Trace number 248440

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, and are wall clock time (not CPU 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 109 ESAC? (TO) 1800.06 1806.62

General information on the benchmark

Nameprimes/primes-30/
primes-30-80-3-5.xml
MD5SUM315146e1df857a25a24a9b5493a0db9a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248440-1168399573/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.42	       =>  wckTime=0.112  cpuTime=0.1  mem=7M927
0.42	   
0.42	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
0.62	     nbConstraints=80  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0  nbEvaluationManagers=80
0.62	     nbSharedEvaluationManagers=0  maxDegree=10  maxArity=8
0.62	       =>  wckTime=0.308  cpuTime=0.23  mem=11M861
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.536  cpuTime=0.38  mem=17M626
3.80	   
3.81	   preprocessing
3.81	     nbConstraintChecks=7000073  nbValidityChecks=1879  nbPropagations=247  nbRevisions=79  nbUselessRevisions=22
3.81	     nbSingletonTests=112  nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=821  detectedInconsistency=no
3.81	       =>  wckTime=2.955  cpuTime=2.91  mem=17M626
5.90	   
5.90	   search
5.90	     run=0  nbConstraintChecks=2639747  nbValidityChecks=560  nbPropagations=699  nbRevisions=317  nbUselessRevisions=35
5.90	     nbAssignments=227  nbFailedAssignments=203  nbBacktracks=11  nbVisitedNodes=431  nbRestartNogoods=0  mapSize=6
5.90	     nbInferences=0  nbTooLargeKeys=0
5.90	       =>  wckTime=5.049  cpuTime=4.97  mem=18M634
18.00	   
18.00	   search
18.00	     run=1  nbConstraintChecks=19504770  nbValidityChecks=89238  nbPropagations=7680  nbRevisions=5199
18.00	     nbUselessRevisions=1744  nbAssignments=3620  nbFailedAssignments=1214  nbBacktracks=28  nbVisitedNodes=2486
18.00	     nbRestartNogoods=92  mapSize=15  nbInferences=0  nbTooLargeKeys=0
18.00	       =>  wckTime=17.155  cpuTime=17.0  mem=18M634
20.42	   
20.42	   search
20.42	     run=2  nbConstraintChecks=23604008  nbValidityChecks=139747  nbPropagations=16714  nbRevisions=11005
20.42	     nbUselessRevisions=3530  nbAssignments=4937  nbFailedAssignments=1232  nbBacktracks=50  nbVisitedNodes=2548
20.42	     nbRestartNogoods=214  mapSize=35  nbInferences=0  nbTooLargeKeys=0
20.42	       =>  wckTime=19.569  cpuTime=19.39  mem=18M634
20.72	   
20.72	   search
20.73	     run=3  nbConstraintChecks=24042236  nbValidityChecks=143638  nbPropagations=26076  nbRevisions=17123
20.73	     nbUselessRevisions=5358  nbAssignments=4994  nbFailedAssignments=1252  nbBacktracks=83  nbVisitedNodes=2625
20.73	     nbRestartNogoods=232  mapSize=63  nbInferences=0  nbTooLargeKeys=0
20.73	       =>  wckTime=19.876  cpuTime=19.69  mem=18M634
21.34	   
21.34	   search
21.34	     run=4  nbConstraintChecks=25025528  nbValidityChecks=146420  nbPropagations=35864  nbRevisions=23708
21.34	     nbUselessRevisions=7309  nbAssignments=5098  nbFailedAssignments=1304  nbBacktracks=133  nbVisitedNodes=2781
21.34	     nbRestartNogoods=246  mapSize=106  nbInferences=0  nbTooLargeKeys=0
21.34	       =>  wckTime=20.488  cpuTime=20.3  mem=18M634
22.58	   
22.58	   search
22.58	     run=5  nbConstraintChecks=27201599  nbValidityChecks=152331  nbPropagations=46376  nbRevisions=31119
22.58	     nbUselessRevisions=9504  nbAssignments=5292  nbFailedAssignments=1420  nbBacktracks=208  nbVisitedNodes=3091
22.58	     nbRestartNogoods=250  mapSize=181  nbInferences=0  nbTooLargeKeys=0
22.58	       =>  wckTime=21.733  cpuTime=21.54  mem=18M634
25.11	   
25.11	   search
25.11	     run=6  nbConstraintChecks=31286655  nbValidityChecks=171850  nbPropagations=58028  nbRevisions=39717
25.11	     nbUselessRevisions=12034  nbAssignments=5646  nbFailedAssignments=1658  nbBacktracks=321  nbVisitedNodes=3683
25.11	     nbRestartNogoods=266  mapSize=290  nbInferences=0  nbTooLargeKeys=0
25.11	       =>  wckTime=24.261  cpuTime=24.05  mem=18M634
28.56	   
28.56	   search
28.56	     run=7  nbConstraintChecks=37047723  nbValidityChecks=198387  nbPropagations=71378  nbRevisions=50141
28.56	     nbUselessRevisions=15085  nbAssignments=6146  nbFailedAssignments=1985  nbBacktracks=491  nbVisitedNodes=4510
28.56	     nbRestartNogoods=278  mapSize=458  nbInferences=0  nbTooLargeKeys=0
28.56	       =>  wckTime=27.707  cpuTime=27.48  mem=18M634
33.31	   
33.31	   search
33.31	     run=8  nbConstraintChecks=45124712  nbValidityChecks=234033  nbPropagations=87178  nbRevisions=63258
33.31	     nbUselessRevisions=18923  nbAssignments=6852  nbFailedAssignments=2433  nbBacktracks=747  nbVisitedNodes=5664
33.31	     nbRestartNogoods=286  mapSize=708  nbInferences=0  nbTooLargeKeys=0
33.31	       =>  wckTime=32.462  cpuTime=32.21  mem=18M634
69.35	   
69.35	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=18M634)
76.71	   
76.72	   search
76.72	     run=9  nbConstraintChecks=114117644  nbValidityChecks=658957  nbPropagations=114435  nbRevisions=87854
76.72	     nbUselessRevisions=24031  nbAssignments=10756  nbFailedAssignments=5923  nbBacktracks=1135  nbVisitedNodes=13058
76.72	     nbRestartNogoods=310
76.72	       =>  wckTime=75.866  cpuTime=75.4  mem=18M634
286.15	   
286.15	   search
286.15	     run=10  nbConstraintChecks=425713585  nbValidityChecks=3198986  nbPropagations=195199  nbRevisions=175158
286.15	     nbUselessRevisions=31372  nbAssignments=26848  nbFailedAssignments=20161  nbBacktracks=1711  nbVisitedNodes=42121
286.15	     nbRestartNogoods=508
286.15	       =>  wckTime=285.304  cpuTime=283.83  mem=18M634
800.50	   
800.50	   search
800.50	     run=11  nbConstraintChecks=1073716476  nbValidityChecks=5772697  nbPropagations=383504  nbRevisions=351341
800.50	     nbUselessRevisions=40872  nbAssignments=69891  nbFailedAssignments=62336  nbBacktracks=2576  nbVisitedNodes=127339
800.50	     nbRestartNogoods=612
800.50	       =>  wckTime=799.652  cpuTime=795.72  mem=18M634
1282.88	   
1282.88	   search
1282.88	     run=12  nbConstraintChecks=1629993335  nbValidityChecks=6045536  nbPropagations=662654  nbRevisions=574214
1282.88	     nbUselessRevisions=51446  nbAssignments=114873  nbFailedAssignments=106016  nbBacktracks=3875
1282.88	     nbVisitedNodes=216001  nbRestartNogoods=628
1282.88	       =>  wckTime=1282.028  cpuTime=1275.94  mem=18M634

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-248440-1168399573 -o ROOT/results/node19/solver-248440-1168399573 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248440-1168399573/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.37 2.14 2.00 4/87 29036
/proc/meminfo: memFree=1719496/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=18540 CPUtime=0
/proc/29035/stat : 29035 (runsolver) R 29033 29035 27308 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 188351962 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29035/statm: 4635 279 244 17 0 2626 0

[startup+0.102616 s]
/proc/loadavg: 2.37 2.14 2.00 4/87 29036
/proc/meminfo: memFree=1719496/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=914988 CPUtime=0.08
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 2989 0 1 0 7 1 0 0 20 0 8 0 188351962 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510687 s]
/proc/loadavg: 2.37 2.14 2.00 4/87 29036
/proc/meminfo: memFree=1719496/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915328 CPUtime=0.5
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 6706 0 1 0 46 4 0 0 22 0 8 0 188351962 937295872 6445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073567639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228832 6445 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33184 s]
/proc/loadavg: 2.37 2.14 2.00 3/94 29043
/proc/meminfo: memFree=1692944/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1.31
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9373 0 1 0 124 7 0 0 25 0 8 0 188351962 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9111 2541 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.17
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 360 0 0 0 16 1 0 0 15 0 8 0 188351970 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98114 s]
/proc/loadavg: 2.37 2.14 2.00 3/94 29043
/proc/meminfo: memFree=1692944/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=2.95
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9376 0 1 0 288 7 0 0 25 0 8 0 188351962 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9112 2541 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 17 0 8 0 188351966 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.17
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 362 0 0 0 16 1 0 0 15 0 8 0 188351970 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.26777 s]
/proc/loadavg: 2.34 2.14 2.00 3/94 29043
/proc/meminfo: memFree=1692368/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=6.22
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9507 0 1 0 615 7 0 0 25 0 8 0 188351962 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9240 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 17 0 8 0 188351966 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.21
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 382 0 0 0 20 1 0 0 15 0 8 0 188351970 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.751 s]
/proc/loadavg: 2.31 2.13 2.00 3/94 29043
/proc/meminfo: memFree=1692304/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=12.67
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9528 0 1 0 1260 7 0 0 25 0 8 0 188351962 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9258 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.23
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 188351970 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.6074 s]
/proc/loadavg: 2.24 2.13 2.00 3/94 29043
/proc/meminfo: memFree=1692048/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=25.47
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9597 0 1 0 2539 8 0 0 25 0 8 0 188351962 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9321 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.26
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 407 0 0 0 24 2 0 0 17 0 8 0 188351970 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915460

[startup+51.2112 s]
/proc/loadavg: 2.16 2.12 2.00 3/94 29043
/proc/meminfo: memFree=1691856/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=50.94
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9658 0 1 0 5086 8 0 0 25 0 8 0 188351962 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9382 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.26
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 408 0 0 0 24 2 0 0 16 0 8 0 188351970 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915460

[startup+102.513 s]
/proc/loadavg: 2.07 2.10 2.00 3/94 29043
/proc/meminfo: memFree=1691792/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=102.01
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9676 0 1 0 10192 9 0 0 25 0 8 0 188351962 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29035/statm: 228865 9400 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.26
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 408 0 0 0 24 2 0 0 16 0 8 0 188351970 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 915460

[startup+162.564 s]
/proc/loadavg: 2.02 2.08 2.00 3/94 29043
/proc/meminfo: memFree=1691792/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=161.77
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9676 0 1 0 16168 9 0 0 25 0 8 0 188351962 937431040 9400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809911 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.43
Current children cumulated vsize (KiB) 915460

[startup+1483.66 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089944/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1477.45
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 147730 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.45
Current children cumulated vsize (KiB) 915460

[startup+1543.68 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089944/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1537.4
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 153725 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798344 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.4
Current children cumulated vsize (KiB) 915460

[startup+1603.68 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089880/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1597.33
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 159718 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.33
Current children cumulated vsize (KiB) 915460

[startup+1663.76 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089880/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1657.35
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 165720 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804754 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.35
Current children cumulated vsize (KiB) 915460

[startup+1723.84 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089816/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1717.37
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 171722 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800237 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.37
Current children cumulated vsize (KiB) 915460

[startup+1783.94 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 29119
/proc/meminfo: memFree=1089816/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1777.38
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 177723 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073799720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.59 s]
/proc/loadavg: 1.99 1.98 1.99 4/101 29119
/proc/meminfo: memFree=1089816/2055920 swapFree=4171244/4192956
[pid=29035] ppid=29033 vsize=915460 CPUtime=1800.03
/proc/29035/stat : 29035 (java) R 29033 29035 27308 0 -1 0 9689 0 1 0 179988 15 0 0 25 0 8 0 188351962 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29035/statm: 228865 9413 2544 14 0 215335 0
[pid=29035/tid=29037] ppid=29033 vsize=915460 CPUtime=0.02
/proc/29035/task/29037/stat : 29037 (java) S 29033 29035 27308 0 -1 64 227 0 0 0 2 0 0 0 16 0 8 0 188351966 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29038] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29038/stat : 29038 (java) S 29033 29035 27308 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29039] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29039/stat : 29039 (java) S 29033 29035 27308 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188351967 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29040] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29040/stat : 29040 (java) S 29033 29035 27308 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29041] ppid=29033 vsize=915460 CPUtime=0.27
/proc/29035/task/29041/stat : 29041 (java) S 29033 29035 27308 0 -1 64 411 0 0 0 25 2 0 0 17 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29042] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29042/stat : 29042 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29035/tid=29043] ppid=29033 vsize=915460 CPUtime=0
/proc/29035/task/29043/stat : 29043 (java) S 29033 29035 27308 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188351970 937431040 9413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1806.62
CPU time (s): 1800.06
CPU user time (s): 1799.9
CPU system time (s): 0.162975
CPU usage (%): 99.6368
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9709
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= 37767
involuntary context switches= 54705

runsolver used 1.9467 s user time and 6.06608 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Jan 10 03:26:13 UTC 2007


IDJOB= 248440
IDBENCH= 11707
FILE ID= node19/248440-1168399573

PBS_JOBID= 3522886

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-80-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248440-1168399573/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-248440-1168399573 -o ROOT/results/node19/solver-248440-1168399573 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248440-1168399573/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  315146e1df857a25a24a9b5493a0db9a

RANDOM SEED= 613241006

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.260
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.260
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:       1719976 kB
Buffers:         51576 kB
Cached:         189188 kB
SwapCached:      10428 kB
Active:         185808 kB
Inactive:        93272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719976 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          48488 kB
Slab:            41656 kB
Committed_AS:  5713628 kB
PageTables:       2344 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= 66563 MiB



End job on node19 on Wed Jan 10 03:56:20 UTC 2007