Trace number 212819

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

General information on the benchmark

NamepseudoSeries/primesDimacs/
g-125-18.xml
MD5SUM69efccf7b0b61a6c40bfb9a26b7257b5
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 variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/212819-1168077309/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.62	     nbVariables=4500  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.62	       =>  wckTime=0.267  cpuTime=0.17  mem=13M728
0.62	   
0.62	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
4.94	   
4.94	   INFO : Stopping converting binary constraints (cpu=4.01, mem = 55M368)
5.92	     nbConstraints=72413  nbConvertedConstraints=26571  nbConvertConstraintsChecks=4  nbExtensionStructures=1
5.92	     nbSharedExtensionStructures=26570  nbConflictsStructures=1  nbSharedConflictsStructures=26570
5.92	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=2  nbEvaluationManagers=3
5.92	     nbSharedEvaluationManagers=45839  maxDegree=76  maxArity=18
5.92	       =>  wckTime=5.563  cpuTime=4.46  mem=63M32
6.24	   
6.24	   solver IterativeSystematicSolver being built... 
7.08	       =>  wckTime=6.725  cpuTime=5.1  mem=111M307
7.30	   
7.30	   preprocessing
7.30	     nbConstraintChecks=139526  nbValidityChecks=91434  nbPropagations=4500  nbRevisions=93684  nbUselessRevisions=93684
7.30	     nbRemovedValues=0  detectedInconsistency=no
7.30	       =>  wckTime=0.207  cpuTime=0.18  mem=111M307
71.79	   
71.79	   search
71.79	     run=0  nbConstraintChecks=105119  nbValidityChecks=154091  nbPropagations=9112  nbRevisions=223731
71.79	     nbUselessRevisions=219699  nbAssignments=1743  nbFailedAssignments=1  nbBacktracks=65  nbVisitedNodes=1750
71.79	     nbRestartNogoods=0  mapSize=5  nbInferences=0  nbTooLargeKeys=0
71.79	       =>  wckTime=64.698  cpuTime=64.27  mem=115M399
123.22	   
123.22	   search
123.22	     run=1  nbConstraintChecks=165900  nbValidityChecks=312960  nbPropagations=22934  nbRevisions=580851
123.22	     nbUselessRevisions=568710  nbAssignments=3311  nbFailedAssignments=3  nbBacktracks=89  nbVisitedNodes=3322
123.22	     nbRestartNogoods=1  mapSize=8  nbInferences=0  nbTooLargeKeys=0
123.22	       =>  wckTime=116.129  cpuTime=115.66  mem=117M837
175.05	   
175.05	   search
175.05	     run=2  nbConstraintChecks=227513  nbValidityChecks=472230  nbPropagations=41466  nbRevisions=1071920
175.05	     nbUselessRevisions=1047598  nbAssignments=4876  nbFailedAssignments=5  nbBacktracks=113  nbVisitedNodes=4891
175.05	     nbRestartNogoods=2  mapSize=11  nbInferences=0  nbTooLargeKeys=0
175.05	       =>  wckTime=167.959  cpuTime=167.39  mem=77M729
232.13	   
232.13	   search
232.13	     run=3  nbConstraintChecks=289766  nbValidityChecks=630298  nbPropagations=64736  nbRevisions=1696703
232.13	     nbUselessRevisions=1656065  nbAssignments=6549  nbFailedAssignments=6  nbBacktracks=149  nbVisitedNodes=6572
232.13	     nbRestartNogoods=3  mapSize=18  nbInferences=0  nbTooLargeKeys=0
232.13	       =>  wckTime=225.042  cpuTime=224.45  mem=81M821
291.13	   
291.13	   search
291.13	     run=4  nbConstraintChecks=359603  nbValidityChecks=813002  nbPropagations=94423  nbRevisions=2477229
291.13	     nbUselessRevisions=2414399  nbAssignments=8261  nbFailedAssignments=10  nbBacktracks=255  nbVisitedNodes=8295
291.13	     nbRestartNogoods=4  mapSize=28  nbInferences=0  nbTooLargeKeys=0
291.13	       =>  wckTime=284.045  cpuTime=283.42  mem=84M889
357.69	   
357.69	   search
357.69	     run=5  nbConstraintChecks=425548  nbValidityChecks=986638  nbPropagations=130055  nbRevisions=3404014
357.69	     nbUselessRevisions=3313511  nbAssignments=10125  nbFailedAssignments=16  nbBacktracks=350  nbVisitedNodes=10174
357.69	     nbRestartNogoods=5  mapSize=39  nbInferences=0  nbTooLargeKeys=0
357.69	       =>  wckTime=350.603  cpuTime=349.93  mem=88M980
425.13	   
425.13	   search
425.13	     run=6  nbConstraintChecks=490494  nbValidityChecks=1157198  nbPropagations=171314  nbRevisions=4474798
425.13	     nbUselessRevisions=4351494  nbAssignments=11993  nbFailedAssignments=21  nbBacktracks=506  nbVisitedNodes=12056
425.13	     nbRestartNogoods=9  mapSize=52  nbInferences=0  nbTooLargeKeys=0
425.13	       =>  wckTime=418.039  cpuTime=417.32  mem=93M71
494.50	   
494.50	   search
494.50	     run=7  nbConstraintChecks=559114  nbValidityChecks=1334331  nbPropagations=218542  nbRevisions=5694695
494.50	     nbUselessRevisions=5533066  nbAssignments=13891  nbFailedAssignments=28  nbBacktracks=688  nbVisitedNodes=13973
494.50	     nbRestartNogoods=10  mapSize=70  nbInferences=0  nbTooLargeKeys=0
494.50	       =>  wckTime=487.409  cpuTime=486.65  mem=98M185
568.28	   
568.28	   search
568.28	     run=8  nbConstraintChecks=632348  nbValidityChecks=1531315  nbPropagations=273017  nbRevisions=7080193
568.28	     nbUselessRevisions=6873395  nbAssignments=15868  nbFailedAssignments=37  nbBacktracks=951  nbVisitedNodes=15980
568.28	     nbRestartNogoods=11  mapSize=98  nbInferences=0  nbTooLargeKeys=0
568.28	       =>  wckTime=561.191  cpuTime=560.39  mem=102M276
652.76	   
652.76	   search
652.76	     run=9  nbConstraintChecks=723088  nbValidityChecks=1783165  nbPropagations=337879  nbRevisions=8677578
652.76	     nbUselessRevisions=8414727  nbAssignments=18071  nbFailedAssignments=48  nbBacktracks=1404  nbVisitedNodes=18241
652.76	     nbRestartNogoods=13  mapSize=154  nbInferences=0  nbTooLargeKeys=0
652.76	       =>  wckTime=645.675  cpuTime=644.83  mem=107M390
741.14	   
741.14	   search
741.14	     run=10  nbConstraintChecks=828480  nbValidityChecks=2086418  nbPropagations=415990  nbRevisions=10531319
741.14	     nbUselessRevisions=10198830  nbAssignments=20335  nbFailedAssignments=63  nbBacktracks=2001  nbVisitedNodes=20556
741.14	     nbRestartNogoods=15  mapSize=203  nbInferences=0  nbTooLargeKeys=0
741.14	       =>  wckTime=734.051  cpuTime=733.12  mem=113M527
845.06	   
845.06	   search
845.06	     run=11  nbConstraintChecks=940687  nbValidityChecks=2404482  nbPropagations=507638  nbRevisions=12655547
845.06	     nbUselessRevisions=12239292  nbAssignments=22880  nbFailedAssignments=80  nbBacktracks=2925  nbVisitedNodes=23168
845.06	     nbRestartNogoods=17  mapSize=269  nbInferences=0  nbTooLargeKeys=0
845.06	       =>  wckTime=837.973  cpuTime=836.99  mem=119M663
971.51	   
971.51	   search
971.51	     run=12  nbConstraintChecks=1077307  nbValidityChecks=2825411  nbPropagations=621699  nbRevisions=15132935
971.51	     nbUselessRevisions=14608990  nbAssignments=25904  nbFailedAssignments=106  nbBacktracks=4281  nbVisitedNodes=26319
971.51	     nbRestartNogoods=18  mapSize=394  nbInferences=0  nbTooLargeKeys=0
971.51	       =>  wckTime=964.419  cpuTime=963.32  mem=83M320
1140.41	   
1140.41	   search
1140.41	     run=13  nbConstraintChecks=1255310  nbValidityChecks=3366488  nbPropagations=766689  nbRevisions=18069354
1140.41	     nbUselessRevisions=17404340  nbAssignments=29727  nbFailedAssignments=159  nbBacktracks=6263  nbVisitedNodes=30287
1140.41	     nbRestartNogoods=20  mapSize=536  nbInferences=0  nbTooLargeKeys=0
1140.41	       =>  wckTime=1133.319  cpuTime=1132.12  mem=93M548
1362.26	   
1362.26	   search
1362.26	     run=14  nbConstraintChecks=1438467  nbValidityChecks=3971829  nbPropagations=942689  nbRevisions=21510612
1362.26	     nbUselessRevisions=20671507  nbAssignments=34509  nbFailedAssignments=187  nbBacktracks=9370  nbVisitedNodes=35190
1362.26	     nbRestartNogoods=23  mapSize=655  nbInferences=0  nbTooLargeKeys=0
1362.26	       =>  wckTime=1355.177  cpuTime=1353.84  mem=108M890
1659.19	   
1659.19	   search
1659.19	     run=15  nbConstraintChecks=1773656  nbValidityChecks=5124989  nbPropagations=1188459  nbRevisions=25920291
1659.19	     nbUselessRevisions=24830827  nbAssignments=40858  nbFailedAssignments=271  nbBacktracks=13768  nbVisitedNodes=41842
1659.19	     nbRestartNogoods=25  mapSize=953  nbInferences=0  nbTooLargeKeys=0
1659.19	       =>  wckTime=1652.099  cpuTime=1650.59  mem=84M648
1751.08	   
1751.08	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=90M784)
1757.27	   
1757.27	   search
1757.27	     run=16  nbConstraintChecks=2080177  nbValidityChecks=6158345  nbPropagations=1502118  nbRevisions=31183303
1757.27	     nbUselessRevisions=29768470  nbAssignments=49813  nbFailedAssignments=382  nbBacktracks=20420  nbVisitedNodes=51193
1757.27	     nbRestartNogoods=30
1757.27	       =>  wckTime=1750.184  cpuTime=1748.61  mem=90M784
1768.02	   
1768.02	   search
1768.02	     run=17  nbConstraintChecks=2551913  nbValidityChecks=7777510  nbPropagations=1911679  nbRevisions=37779398
1768.02	     nbUselessRevisions=35935288  nbAssignments=61825  nbFailedAssignments=519  nbBacktracks=30390  nbVisitedNodes=63586
1768.02	     nbRestartNogoods=34
1768.02	       =>  wckTime=1760.931  cpuTime=1759.35  mem=90M784
1783.15	   
1783.15	   search
1783.15	     run=18  nbConstraintChecks=3317216  nbValidityChecks=10215575  nbPropagations=2469412  nbRevisions=46440360
1783.15	     nbUselessRevisions=44003803  nbAssignments=78808  nbFailedAssignments=778  nbBacktracks=45236  nbVisitedNodes=81304
1783.15	     nbRestartNogoods=37
1783.15	       =>  wckTime=1776.061  cpuTime=1774.47  mem=90M784

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/node29/watcher-212819-1168077309 -o ROOT/results/node29/solver-212819-1168077309 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/212819-1168077309/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.94 2.00 1.98 4/93 17082
/proc/meminfo: memFree=1373736/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=9948 CPUtime=0
/proc/17081/stat : 17081 (java) S 17079 17081 16159 0 -1 0 723 0 0 0 0 0 0 0 16 0 1 0 156125065 10186752 472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/17081/statm: 2487 472 386 14 0 1142 0

[startup+0.103609 s]
/proc/loadavg: 1.94 2.00 1.98 4/93 17082
/proc/meminfo: memFree=1373736/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=907808 CPUtime=0.05
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 2437 0 1 0 4 1 0 0 16 0 4 0 156125065 929595392 2184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582903 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 226952 2184 1206 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511631 s]
/proc/loadavg: 1.94 2.00 1.98 4/93 17082
/proc/meminfo: memFree=1373736/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915328 CPUtime=0.45
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 6291 0 1 0 41 4 0 0 18 0 8 0 156125065 937295872 6030 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228832 6030 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33268 s]
/proc/loadavg: 1.94 2.00 1.98 4/100 17089
/proc/meminfo: memFree=1312816/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915628 CPUtime=1.26
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 17918 0 1 0 115 11 0 0 24 0 8 0 156125065 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073533683 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228907 17656 2157 14 0 215377 0
[pid=17081/tid=17083] ppid=17079 vsize=915628 CPUtime=0.05
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 1386 0 0 0 5 0 0 0 17 0 8 0 156125072 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915628 CPUtime=0.15
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 406 0 0 0 15 0 0 0 16 0 8 0 156125076 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937603072 17656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915628

[startup+2.96979 s]
/proc/loadavg: 1.94 2.00 1.98 3/100 17089
/proc/meminfo: memFree=1296368/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915632 CPUtime=2.88
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 22922 0 1 0 275 13 0 0 25 0 8 0 156125065 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228908 22657 2178 14 0 215378 0
[pid=17081/tid=17083] ppid=17079 vsize=915632 CPUtime=0.31
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 6318 0 0 0 30 1 0 0 16 0 8 0 156125072 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915632 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915632 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915632 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915632 CPUtime=0.16
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 412 0 0 0 16 0 0 0 16 0 8 0 156125076 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915632 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915632 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937607168 22657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915632

[startup+6.26799 s]
/proc/loadavg: 1.94 2.00 1.98 5/100 17089
/proc/meminfo: memFree=1267888/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915628 CPUtime=6.16
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 35019 0 1 0 491 125 0 0 24 0 8 0 156125065 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228907 34602 2395 14 0 215377 0
[pid=17081/tid=17083] ppid=17079 vsize=915628 CPUtime=1.16
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 18140 0 0 0 111 5 0 0 20 0 8 0 156125072 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915628 CPUtime=0.23
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 443 0 0 0 22 1 0 0 16 0 8 0 156125076 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915628 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937603072 34602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915628

[startup+12.7444 s]
/proc/loadavg: 1.95 2.00 1.98 3/100 17089
/proc/meminfo: memFree=1241088/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=12.57
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 35998 0 1 0 1131 126 0 0 25 0 8 0 156125065 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228973 35575 2537 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.27
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 18795 0 0 0 121 6 0 0 16 0 8 0 156125072 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.37
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 561 0 0 0 36 1 0 0 15 0 8 0 156125076 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 35575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915892

[startup+25.6242 s]
/proc/loadavg: 1.96 2.00 1.98 3/100 17089
/proc/meminfo: memFree=1241344/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=25.34
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 36001 0 1 0 2408 126 0 0 25 0 8 0 156125065 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074236387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17081/statm: 228973 35577 2537 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.27
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 18795 0 0 0 121 6 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.37
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 564 0 0 0 36 1 0 0 16 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915892

[startup+51.2448 s]
/proc/loadavg: 1.82 1.97 1.97 2/85 17161
/proc/meminfo: memFree=1532600/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=50.78
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 36001 0 1 0 4951 127 0 0 25 0 8 0 156125065 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074164122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 35577 2537 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.27
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 18795 0 0 0 121 6 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.37
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 564 0 0 0 36 1 0 0 16 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 35577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 915892

[startup+102.528 s]
/proc/loadavg: 1.35 1.82 1.92 2/85 17161
/proc/meminfo: memFree=1532872/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=102.04
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 36021 0 1 0 10076 128 0 0 25 0 8 0 156125065 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074164158 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 35594 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.27
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 18795 0 0 0 121 6 0 0 16 0 8 0 156125072 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.41
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 577 0 0 0 39 2 0 0 16 0 8 0 156125076 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 35594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 915892

[startup+162.548 s]
/proc/loadavg: 1.13 1.66 1.86 2/85 17161
/proc/meminfo: memFree=1528456/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=162.03
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 37149 0 1 0 16074 129 0 0 25 0 8 0 156125065 937873408 36719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074236387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 915892

[startup+1483.06 s]
/proc/loadavg: 1.01 1.01 1.18 2/85 17361
/proc/meminfo: memFree=1523528/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1481.75
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38270 0 1 0 148025 150 0 0 25 0 8 0 156125065 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074164193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 37833 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.38
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21026 0 0 0 131 7 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 586 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 915892

[startup+1543.08 s]
/proc/loadavg: 1.00 1.01 1.17 2/85 17361
/proc/meminfo: memFree=1523528/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1541.73
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38270 0 1 0 154023 150 0 0 25 0 8 0 156125065 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074164122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 37833 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.38
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21026 0 0 0 131 7 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 586 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 915892

[startup+1603.1 s]
/proc/loadavg: 1.00 1.00 1.16 2/85 17361
/proc/meminfo: memFree=1523592/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1601.72
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38270 0 1 0 160022 150 0 0 25 0 8 0 156125065 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074236387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 37833 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.38
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21026 0 0 0 131 7 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 586 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 37833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 915892

[startup+1663.12 s]
/proc/loadavg: 1.00 1.00 1.14 2/85 17361
/proc/meminfo: memFree=1521288/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1661.72
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38854 0 1 0 166021 151 0 0 25 0 8 0 156125065 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074156916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 38416 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.39
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21609 0 0 0 132 7 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 586 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 915892

[startup+1723.14 s]
/proc/loadavg: 1.00 1.00 1.13 2/85 17361
/proc/meminfo: memFree=1521224/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1721.71
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38854 0 1 0 172020 151 0 0 25 0 8 0 156125065 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074164198 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 38416 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.39
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21609 0 0 0 132 7 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 586 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 38416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 915892

[startup+1783.16 s]
/proc/loadavg: 1.00 1.00 1.12 2/85 17361
/proc/meminfo: memFree=1521224/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1781.69
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38857 0 1 0 178018 151 0 0 25 0 8 0 156125065 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074219774 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 38417 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.39
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21609 0 0 0 132 7 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 587 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 915892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.56 s]
/proc/loadavg: 1.00 1.00 1.12 2/85 17361
/proc/meminfo: memFree=1521224/2055920 swapFree=4192812/4192956
[pid=17081] ppid=17079 vsize=915892 CPUtime=1800.07
/proc/17081/stat : 17081 (java) R 17079 17081 16159 0 -1 0 38857 0 1 0 179856 151 0 0 25 0 8 0 156125065 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074226804 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17081/statm: 228973 38417 2540 14 0 215443 0
[pid=17081/tid=17083] ppid=17079 vsize=915892 CPUtime=1.39
/proc/17081/task/17083/stat : 17083 (java) S 17079 17081 16159 0 -1 64 21609 0 0 0 132 7 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17084] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17084/stat : 17084 (java) S 17079 17081 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17085] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17085/stat : 17085 (java) S 17079 17081 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156125072 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17086] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17086/stat : 17086 (java) S 17079 17081 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17087] ppid=17079 vsize=915892 CPUtime=0.43
/proc/17081/task/17087/stat : 17087 (java) S 17079 17081 16159 0 -1 64 587 0 0 0 41 2 0 0 16 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17081/tid=17088] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17088/stat : 17088 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17081/tid=17089] ppid=17079 vsize=915892 CPUtime=0
/proc/17081/task/17089/stat : 17089 (java) S 17079 17081 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156125076 937873408 38417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915892

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

Child status: 143
Real time (s): 1801.63
CPU time (s): 1800.15
CPU user time (s): 1798.61
CPU system time (s): 1.54077
CPU usage (%): 99.9176
Max. virtual memory (cumulated for all children) (KiB): 916132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.54076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38874
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= 38244
involuntary context switches= 70483

runsolver used 2.11268 s user time and 4.42633 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 09:55:10 UTC 2007


IDJOB= 212819
IDBENCH= 4800
FILE ID= node29/212819-1168077309

PBS_JOBID= 3475939

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/g-125-18.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/212819-1168077309/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-212819-1168077309 -o ROOT/results/node29/solver-212819-1168077309 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/212819-1168077309/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  69efccf7b0b61a6c40bfb9a26b7257b5

RANDOM SEED= 211080047

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.241
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.241
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:       1374152 kB
Buffers:         42184 kB
Cached:         220976 kB
SwapCached:          0 kB
Active:         404456 kB
Inactive:       199172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10768 kB
Writeback:           0 kB
Mapped:         369508 kB
Slab:            62196 kB
Committed_AS:  3812416 kB
PageTables:       2992 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= 66539 MiB



End job on node29 on Sat Jan  6 10:25:11 UTC 2007