Trace number 248688

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 AC? (TO) 1800.11 1811.21

General information on the benchmark

Nameprimes/primes-25/
primes-25-40-3-3.xml
MD5SUMf7b3a3b901f7a691e786cf02eefe29e9
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 constraints40
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/248688-1168086014/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.44	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96
0.44	       =>  wckTime=0.114  cpuTime=0.1  mem=7M927
0.44	   
0.44	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.56	     nbConstraints=40  nbSingletonDomainVariables=16  nbDisconnectedVariables=16  nbUnbuiltConflictsStructures=40
0.56	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  maxDegree=5  maxArity=6
0.56	       =>  wckTime=0.234  cpuTime=0.19  mem=9M878
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.447  cpuTime=0.33  mem=15M497
2.78	   
2.78	   preprocessing
2.78	     nbConstraintChecks=4600970  nbValidityChecks=651  nbPropagations=105  nbRevisions=22  nbUselessRevisions=3
2.78	     nbRemovedValues=753  detectedInconsistency=no
2.78	       =>  wckTime=2.013  cpuTime=1.97  mem=15M497
43.37	   
43.37	   search
43.37	     run=0  nbConstraintChecks=54358735  nbValidityChecks=29096  nbPropagations=1564  nbRevisions=1473
43.37	     nbUselessRevisions=169  nbAssignments=179  nbFailedAssignments=138  nbBacktracks=11  nbVisitedNodes=318
43.37	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
43.37	       =>  wckTime=42.594  cpuTime=42.16  mem=15M497
58.58	   
58.58	   search
58.58	     run=1  nbConstraintChecks=75948796  nbValidityChecks=42412  nbPropagations=3578  nbRevisions=3445
58.58	     nbUselessRevisions=414  nbAssignments=219  nbFailedAssignments=149  nbBacktracks=26  nbVisitedNodes=369
58.58	     nbRestartNogoods=1  mapSize=20  nbInferences=0  nbTooLargeKeys=0
58.58	       =>  wckTime=57.811  cpuTime=57.23  mem=15M497
80.20	   
80.20	   search
80.20	     run=2  nbConstraintChecks=110587296  nbValidityChecks=54243  nbPropagations=5943  nbRevisions=5804
80.20	     nbUselessRevisions=727  nbAssignments=301  nbFailedAssignments=198  nbBacktracks=50  nbVisitedNodes=500
80.20	     nbRestartNogoods=7  mapSize=44  nbInferences=0  nbTooLargeKeys=0
80.20	       =>  wckTime=79.429  cpuTime=78.64  mem=15M497
95.42	   
95.42	   search
95.42	     run=3  nbConstraintChecks=130997246  nbValidityChecks=70447  nbPropagations=8701  nbRevisions=8661
95.42	     nbUselessRevisions=1198  nbAssignments=371  nbFailedAssignments=209  nbBacktracks=84  nbVisitedNodes=581
95.42	     nbRestartNogoods=21  mapSize=68  nbInferences=0  nbTooLargeKeys=0
95.42	       =>  wckTime=94.653  cpuTime=93.72  mem=16M472
106.13	   
106.13	   search
106.13	     run=4  nbConstraintChecks=146719418  nbValidityChecks=88616  nbPropagations=11938  nbRevisions=12197
106.13	     nbUselessRevisions=1895  nbAssignments=462  nbFailedAssignments=225  nbBacktracks=134  nbVisitedNodes=693
106.13	     nbRestartNogoods=24  mapSize=112  nbInferences=0  nbTooLargeKeys=0
106.13	       =>  wckTime=105.361  cpuTime=104.33  mem=16M472
135.66	   
135.66	   search
135.66	     run=5  nbConstraintChecks=187548214  nbValidityChecks=114188  nbPropagations=16312  nbRevisions=17104
135.66	     nbUselessRevisions=2919  nbAssignments=578  nbFailedAssignments=246  nbBacktracks=211  nbVisitedNodes=830
135.66	     nbRestartNogoods=31  mapSize=160  nbInferences=0  nbTooLargeKeys=0
135.66	       =>  wckTime=134.887  cpuTime=133.59  mem=16M472
171.09	   
171.09	   search
171.09	     run=6  nbConstraintChecks=234651704  nbValidityChecks=153120  nbPropagations=21769  nbRevisions=23371
171.09	     nbUselessRevisions=4339  nbAssignments=768  nbFailedAssignments=297  nbBacktracks=330  nbVisitedNodes=1077
171.09	     nbRestartNogoods=33  mapSize=264  nbInferences=0  nbTooLargeKeys=0
171.09	       =>  wckTime=170.32  cpuTime=168.69  mem=16M472
288.86	   
288.86	   search
288.86	     run=7  nbConstraintChecks=380523505  nbValidityChecks=264808  nbPropagations=29696  nbRevisions=33037
288.86	     nbUselessRevisions=6771  nbAssignments=1130  nbFailedAssignments=465  nbBacktracks=503  nbVisitedNodes=1621
288.86	     nbRestartNogoods=40  mapSize=432  nbInferences=0  nbTooLargeKeys=0
288.86	       =>  wckTime=288.085  cpuTime=285.37  mem=16M472
333.71	   
333.71	   search
333.71	     run=8  nbConstraintChecks=445620950  nbValidityChecks=396506  nbPropagations=42394  nbRevisions=49552
333.71	     nbUselessRevisions=9928  nbAssignments=1600  nbFailedAssignments=670  nbBacktracks=761  nbVisitedNodes=2300
333.71	     nbRestartNogoods=59  mapSize=690  nbInferences=0  nbTooLargeKeys=0
333.71	       =>  wckTime=332.94  cpuTime=329.8  mem=16M472
590.59	   
590.59	   search
590.59	     run=9  nbConstraintChecks=782215330  nbValidityChecks=660966  nbPropagations=60879  nbRevisions=74124
590.59	     nbUselessRevisions=15053  nbAssignments=2367  nbFailedAssignments=1031  nbBacktracks=1145  nbVisitedNodes=3440
590.59	     nbRestartNogoods=64  mapSize=1002  nbInferences=0  nbTooLargeKeys=0
590.59	       =>  wckTime=589.819  cpuTime=584.32  mem=17M447
637.52	   
637.52	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=17M447)
1326.20	   
1326.20	   search
1326.20	     run=10  nbConstraintChecks=1884380201  nbValidityChecks=1231165  nbPropagations=95717  nbRevisions=120577
1326.20	     nbUselessRevisions=22429  nbAssignments=4157  nbFailedAssignments=2232  nbBacktracks=1721  nbVisitedNodes=6432
1326.20	     nbRestartNogoods=78
1326.20	       =>  wckTime=1325.432  cpuTime=1315.9  mem=17M447

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/node10/watcher-248688-1168086014 -o ROOT/results/node10/solver-248688-1168086014 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248688-1168086014/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: 1.05 1.11 1.38 4/93 30891
/proc/meminfo: memFree=1563104/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=18540 CPUtime=0
/proc/30890/stat : 30890 (runsolver) R 30888 30890 30823 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156997520 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30890/statm: 4635 279 244 17 0 2626 0

[startup+0.107919 s]
/proc/loadavg: 1.05 1.11 1.38 4/93 30891
/proc/meminfo: memFree=1563104/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=914988 CPUtime=0.08
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 2979 0 1 0 7 1 0 0 18 0 8 0 156997520 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072917074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515971 s]
/proc/loadavg: 1.05 1.11 1.38 4/93 30891
/proc/meminfo: memFree=1563104/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=0.49
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 6653 0 1 0 45 4 0 0 18 0 8 0 156997520 937431040 6392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152148419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 6392 2163 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33708 s]
/proc/loadavg: 1.05 1.11 1.38 3/100 30898
/proc/meminfo: memFree=1539112/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1.3
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8713 0 1 0 124 6 0 0 25 0 8 0 156997520 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073624704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8451 2528 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.13
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 339 0 0 0 13 0 0 0 16 0 8 0 156997528 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.9753 s]
/proc/loadavg: 1.05 1.11 1.38 3/100 30898
/proc/meminfo: memFree=1539112/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=2.93
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8813 0 1 0 287 6 0 0 25 0 8 0 156997520 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073728359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8549 2529 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156997524 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.14
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 346 0 0 0 14 0 0 0 16 0 8 0 156997528 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.18174 s]
/proc/loadavg: 1.13 1.12 1.39 3/100 30898
/proc/meminfo: memFree=1538728/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=6.1
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8823 0 1 0 604 6 0 0 25 0 8 0 156997520 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8557 2530 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.14
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 156997528 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915460

[startup+12.6486 s]
/proc/loadavg: 1.20 1.14 1.39 3/100 30898
/proc/meminfo: memFree=1538728/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=12.51
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8832 0 1 0 1245 6 0 0 25 0 8 0 156997520 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8564 2530 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156997524 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.15
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 353 0 0 0 15 0 0 0 16 0 8 0 156997528 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8564 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915460

[startup+25.5064 s]
/proc/loadavg: 1.37 1.18 1.40 3/100 30898
/proc/meminfo: memFree=1538728/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=25.25
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8845 0 1 0 2519 6 0 0 25 0 8 0 156997520 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8573 2530 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.15
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 359 0 0 0 15 0 0 0 16 0 8 0 156997528 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8573 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915460

[startup+51.1108 s]
/proc/loadavg: 1.59 1.24 1.41 5/100 30898
/proc/meminfo: memFree=1538728/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=50.62
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8871 0 1 0 5055 7 0 0 25 0 8 0 156997520 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073720821 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8593 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.18
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 370 0 0 0 17 1 0 0 16 0 8 0 156997528 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8593 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 915460

[startup+102.316 s]
/proc/loadavg: 1.82 1.36 1.44 3/100 30898
/proc/meminfo: memFree=1538600/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=101.35
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8912 0 1 0 10128 7 0 0 25 0 8 0 156997520 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 228865 8632 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.18
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 371 0 0 0 17 1 0 0 15 0 8 0 156997528 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 915460

[startup+162.367 s]
/proc/loadavg: 1.93 1.47 1.47 3/100 30898
/proc/meminfo: memFree=1538280/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=160.86
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 8981 0 1 0 16078 8 0 0 25 0 8 0 156997520 937431040 8697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.03 s]
/proc/loadavg: 2.17 2.06 1.88 3/100 31124
/proc/meminfo: memFree=1394664/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1472.96
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 147271 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073725660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.96
Current children cumulated vsize (KiB) 915460

[startup+1543.11 s]
/proc/loadavg: 2.10 2.06 1.89 3/100 31124
/proc/meminfo: memFree=1394728/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1532.96
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 153271 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073728359 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.96
Current children cumulated vsize (KiB) 915460

[startup+1603.16 s]
/proc/loadavg: 2.04 2.05 1.89 3/100 31124
/proc/meminfo: memFree=1387752/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1592.95
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 159270 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.95
Current children cumulated vsize (KiB) 915460

[startup+1663.21 s]
/proc/loadavg: 2.09 2.05 1.91 3/100 31124
/proc/meminfo: memFree=1387752/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1652.79
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 165254 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073720802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.79
Current children cumulated vsize (KiB) 915460

[startup+1723.26 s]
/proc/loadavg: 2.03 2.04 1.91 3/100 31124
/proc/meminfo: memFree=1387752/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1712.55
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 171230 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.55
Current children cumulated vsize (KiB) 915460

[startup+1783.31 s]
/proc/loadavg: 2.01 2.03 1.91 3/100 31124
/proc/meminfo: memFree=1387752/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1772.33
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 177208 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073728359 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.33
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.19 s]
/proc/loadavg: 2.00 2.03 1.91 3/100 31124
/proc/meminfo: memFree=1387752/2055920 swapFree=4178332/4192956
[pid=30890] ppid=30888 vsize=915460 CPUtime=1800.08
/proc/30890/stat : 30890 (java) R 30888 30890 30823 0 -1 0 9235 0 1 0 179983 25 0 0 25 0 8 0 156997520 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073725208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30890/statm: 228865 8937 2533 14 0 215335 0
[pid=30890/tid=30892] ppid=30888 vsize=915460 CPUtime=0.02
/proc/30890/task/30892/stat : 30892 (java) S 30888 30890 30823 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30893] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156997524 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 30823 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=915460 CPUtime=0.23
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 30823 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30890/tid=30897] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=915460 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 30823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156997528 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1811.21
CPU time (s): 1800.11
CPU user time (s): 1799.84
CPU system time (s): 0.26296
CPU usage (%): 99.3869
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9254
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= 37791
involuntary context switches= 71254

runsolver used 2.12468 s user time and 5.8941 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 12:20:15 UTC 2007


IDJOB= 248688
IDBENCH= 11726
FILE ID= node10/248688-1168086014

PBS_JOBID= 3476349

Free space on /tmp= 66355 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-40-3-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248688-1168086014/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-248688-1168086014 -o ROOT/results/node10/solver-248688-1168086014 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248688-1168086014/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f7b3a3b901f7a691e786cf02eefe29e9

RANDOM SEED= 101738229

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.232
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.232
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:       1563648 kB
Buffers:         46944 kB
Cached:         270916 kB
SwapCached:       2420 kB
Active:         161168 kB
Inactive:       242944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563648 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:         105796 kB
Slab:            72668 kB
Committed_AS:  4429968 kB
PageTables:       2372 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= 66350 MiB



End job on node10 on Sat Jan  6 12:50:35 UTC 2007