Trace number 1044897

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.09 1801.76

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-4_ext.xml
MD5SUM58552dc0782bd99da35e11d38ee871b0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.09223
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044897-1215022873.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.40	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.39/0.40	       =>  wckTime=0.161  cpuTime=0.14  mem=8M894
0.39/0.40	   
0.39/0.40	   relations being loaded...
0.39/0.42	   
0.39/0.42	   constraints being loaded...
0.97/1.08	     nbConstraints=5562  nbRelationTypes=21  nbGlobalConstraints=22  nbSingletonDomainVariables=213
0.97/1.08	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
0.97/1.08	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
0.97/1.08	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.29  symmetryCpuTime=0.16  nbCliques=22
0.97/1.08	       =>  wckTime=0.834  cpuTime=0.57  mem=42M114
1.06/1.20	   
1.16/1.20	   solver IterativeSystematicSolver being built... 
1.16/1.28	   
1.16/1.28	   INFO : Forward propagation technique limited 
1.25/1.36	       =>  wckTime=1.114  cpuTime=0.72  mem=26M651
1.76/1.87	   
1.76/1.87	   preprocessing
1.76/1.87	     nbConstraintChecks=133379  nbPropagations=4037  nbRevisions=35751  nbUselessRevisions=29865  nbSingletonTests=1013
1.76/1.87	     nbEffectiveSingletonTests=3  nbACRemovals=2942  nbFoundSingletons=0  nbRemovedValues=2947  detectedInconsistency=no
1.76/1.87	       =>  wckTime=0.513  cpuTime=0.46  mem=26M651
2.15/2.28	   
2.15/2.28	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M601)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.92 4/92 13356
/proc/meminfo: memFree=1338960/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=152 CPUtime=0
/proc/13356/stat : 13356 (java) R 13354 13356 12987 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 1981259805 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 1978667 0 0 4096 0 0 0 0 17 0 0 0
/proc/13356/statm: 38 26 19 9 0 4 0

[startup+0.0603939 s]
/proc/loadavg: 1.92 1.99 1.92 4/92 13356
/proc/meminfo: memFree=1338960/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=864076 CPUtime=0.04
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 2815 0 1 0 3 1 0 0 18 0 9 0 1981259805 884813824 2353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216019 2353 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.10252 s]
/proc/loadavg: 1.92 1.99 1.92 4/92 13356
/proc/meminfo: memFree=1338960/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=865884 CPUtime=0.09
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 3747 0 1 0 7 2 0 0 18 0 9 0 1981259805 886665216 3210 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216471 3213 1697 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302504 s]
/proc/loadavg: 1.92 1.99 1.92 4/92 13356
/proc/meminfo: memFree=1338960/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=866372 CPUtime=0.29
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 6010 0 1 0 25 4 0 0 18 0 9 0 1981259805 887164928 5384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216593 5384 1956 9 0 211121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866372

[startup+0.701415 s]
/proc/loadavg: 1.92 1.99 1.92 4/92 13356
/proc/meminfo: memFree=1338960/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867400 CPUtime=0.68
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 10464 0 1 0 62 6 0 0 18 0 9 0 1981259805 888217600 9824 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216850 9828 1984 9 0 211378 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867400

[startup+1.5091 s]
/proc/loadavg: 1.92 1.99 1.92 7/103 13369
/proc/meminfo: memFree=1290616/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867912 CPUtime=1.46
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 26199 466 1 0 127 13 6 0 18 0 10 0 1981259805 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216978 16646 2633 9 0 211484 0
[pid=13369] ppid=13356 vsize=144 CPUtime=0
/proc/13369/stat : 13369 (rm) R 13356 13356 12987 0 -1 4194304 42 0 0 0 0 0 0 0 19 0 1 0 1981259902 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 221952144777 0 4 0 0 0 0 0 17 1 0 0
/proc/13369/statm: 36 22 16 8 0 3 0
[pid=13356/tid=13358] ppid=13354 vsize=867912 CPUtime=1.07
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 19886 466 1 0 91 10 6 0 17 0 10 0 1981259806 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867912 CPUtime=0.17
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 4622 466 0 0 10 1 6 0 17 0 10 0 1981259808 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 466 0 0 0 0 6 0 16 0 10 0 1981259808 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 9 466 0 0 0 0 6 0 16 0 10 0 1981259808 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 466 0 0 0 0 6 0 23 0 10 0 1981259810 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867912 CPUtime=0.31
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 860 466 0 0 25 0 6 0 15 0 10 0 1981259810 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 466 0 0 0 0 6 0 24 0 10 0 1981259810 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 7 466 0 0 0 0 6 0 15 0 10 0 1981259810 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13368] ppid=13354 vsize=867912 CPUtime=0.06
/proc/13356/task/13368/stat : 13368 (java) S 13354 13356 12987 0 -1 64 44 466 0 0 0 0 6 0 17 0 10 0 1981259902 888741888 16646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868056

[startup+3.10388 s]
/proc/loadavg: 1.92 1.99 1.92 3/101 13369
/proc/meminfo: memFree=1282176/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867912 CPUtime=3.03
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 26257 588 1 0 283 13 6 1 18 0 9 0 1981259805 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216978 16691 2633 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867912 CPUtime=2.57
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 19904 588 1 0 240 10 6 1 25 0 9 0 1981259806 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4127178517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867912 CPUtime=0.18
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 4622 588 0 0 10 1 6 1 17 0 9 0 1981259808 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 9 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867912 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 897 588 0 0 32 0 6 1 16 0 9 0 1981259810 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 7 588 0 0 0 0 6 1 15 0 9 0 1981259810 888741888 16691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867912

[startup+6.30217 s]
/proc/loadavg: 1.93 1.99 1.92 4/101 13369
/proc/meminfo: memFree=1282048/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867912 CPUtime=6.17
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 27081 588 1 0 596 14 6 1 18 0 9 0 1981259805 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216978 16692 2633 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867912 CPUtime=5.7
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 20704 588 1 0 553 10 6 1 17 0 9 0 1981259806 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4127077076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867912 CPUtime=0.18
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 4622 588 0 0 10 1 6 1 16 0 9 0 1981259808 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 9 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867912 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 899 588 0 0 32 0 6 1 17 0 9 0 1981259810 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888741888 16692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 867912

[startup+12.7015 s]
/proc/loadavg: 1.93 1.99 1.92 3/101 13369
/proc/meminfo: memFree=1274944/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867912 CPUtime=12.43
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 30563 588 1 0 1221 15 6 1 18 0 9 0 1981259805 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216978 18875 2633 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867912 CPUtime=11.97
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24185 588 1 0 1178 12 6 1 25 0 9 0 1981259806 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4127163790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867912 CPUtime=0.18
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 4622 588 0 0 10 1 6 1 16 0 9 0 1981259808 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 9 588 0 0 0 0 6 1 16 0 9 0 1981259808 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867912 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 900 588 0 0 32 0 6 1 17 0 9 0 1981259810 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867912 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888741888 18875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 867912

[startup+25.5029 s]
/proc/loadavg: 1.95 1.99 1.92 3/101 13369
/proc/meminfo: memFree=1268608/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=24.99
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 31748 588 1 0 2476 16 6 1 18 0 9 0 1981259805 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 20027 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=24.51
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24285 588 1 0 2432 12 6 1 25 0 9 0 1981259806 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4127163790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.19
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 5706 588 0 0 11 1 6 1 16 0 9 0 1981259808 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 900 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 20027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 867824

[startup+51.1019 s]
/proc/loadavg: 1.97 1.99 1.92 2/79 13373
/proc/meminfo: memFree=1340736/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=50.1
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32835 588 1 0 4986 17 6 1 18 0 9 0 1981259805 888651776 21109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21109 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=49.61
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24288 588 1 0 4941 13 6 1 25 0 9 0 1981259806 888651776 21109 996147200 134512640 134550740 4294955968 18446744073709551615 4127134536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.2
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6789 588 0 0 11 2 6 1 16 0 9 0 1981259808 888651776 21109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.72
Current children cumulated vsize (KiB) 867824

[startup+1602.3 s]
/proc/loadavg: 2.26 2.11 1.98 3/89 13414
/proc/meminfo: memFree=1277880/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1600.69
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32939 588 1 0 160041 21 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1600.08
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24378 588 1 0 159985 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.33
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 23 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.69
Current children cumulated vsize (KiB) 867824

[startup+1662.3 s]
/proc/loadavg: 2.10 2.08 1.98 3/89 13414
/proc/meminfo: memFree=1277880/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1660.67
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32942 588 1 0 166039 21 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1660.05
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24381 588 1 0 165982 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4127166171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.33
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 23 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.67
Current children cumulated vsize (KiB) 867824

[startup+1722.3 s]
/proc/loadavg: 2.03 2.07 1.98 3/89 13414
/proc/meminfo: memFree=1277816/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1720.65
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32945 588 1 0 172037 21 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1720.02
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24384 588 1 0 171979 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4127094024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.33
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 23 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.65
Current children cumulated vsize (KiB) 867824

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 1.98 3/89 13414
/proc/meminfo: memFree=1277816/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1780.62
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32948 588 1 0 178034 21 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1779.99
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24387 588 1 0 177976 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.34
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 24 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 867824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.01 2.05 1.98 3/89 13414
/proc/meminfo: memFree=1277816/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1800.03
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32949 588 1 0 179974 22 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1799.39
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24388 588 1 0 179916 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4127089910 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.34
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 24 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867824

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

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

[startup+1801.7 s]
/proc/loadavg: 2.01 2.05 1.98 3/89 13414
/proc/meminfo: memFree=1277816/2055920 swapFree=4179456/4192956
[pid=13356] ppid=13354 vsize=867824 CPUtime=1800.03
/proc/13356/stat : 13356 (java) S 13354 13356 12987 0 -1 0 32949 588 1 0 179974 22 6 1 18 0 9 0 1981259805 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13356/statm: 216956 21123 2615 9 0 211484 0
[pid=13356/tid=13358] ppid=13354 vsize=867824 CPUtime=1799.39
/proc/13356/task/13358/stat : 13358 (java) R 13354 13356 12987 0 -1 64 24388 588 1 0 179916 16 6 1 25 0 9 0 1981259806 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4127089910 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13359] ppid=13354 vsize=867824 CPUtime=0.34
/proc/13356/task/13359/stat : 13359 (java) S 13354 13356 12987 0 -1 64 6802 588 0 0 24 3 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13360] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13360/stat : 13360 (java) S 13354 13356 12987 0 -1 64 16 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13361] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13361/stat : 13361 (java) S 13354 13356 12987 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1981259808 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13356/tid=13362] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13362/stat : 13362 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 23 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13363] ppid=13354 vsize=867824 CPUtime=0.39
/proc/13356/task/13363/stat : 13363 (java) S 13354 13356 12987 0 -1 64 902 588 0 0 32 0 6 1 16 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13364] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13364/stat : 13364 (java) S 13354 13356 12987 0 -1 64 1 588 0 0 0 0 6 1 24 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13356/tid=13365] ppid=13354 vsize=867824 CPUtime=0.07
/proc/13356/task/13365/stat : 13365 (java) S 13354 13356 12987 0 -1 64 29 588 0 0 0 0 6 1 15 0 9 0 1981259810 888651776 21123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867824

Child status: 143
Real time (s): 1801.76
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.243962
CPU usage (%): 99.9075
Max. virtual memory (cumulated for all children) (KiB): 868056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33565
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= 38675
involuntary context switches= 45091

runsolver used 2.06569 second user time and 6.14407 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 20:21:13
IDJOB=1044897
IDBENCH=53536
IDSOLVER=364
FILE ID=node43/1044897-1215022873
PBS_JOBID= 7874384
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-4_ext.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-1044897-1215022873/watcher-1044897-1215022873 -o /tmp/evaluation-result-1044897-1215022873/solver-1044897-1215022873 -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-1044897-1215022873.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58552dc0782bd99da35e11d38ee871b0
RANDOM SEED=1454807840

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1339440 kB
Buffers:         62024 kB
Cached:         491684 kB
SwapCached:       7360 kB
Active:         262552 kB
Inactive:       378484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1339440 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:         104028 kB
Slab:            60140 kB
Committed_AS:  4267020 kB
PageTables:       2232 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node43 at 2008-07-02 20:51:17