Trace number 210470

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.06 1814.84

General information on the benchmark

NamepseudoSeries/fpga/
fpga-45-44.xml
MD5SUMb2386cfa53dcd1cd62c449d6cc834735
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 variables2970
Number of constraints2113
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/210470-1168075072/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.61	     nbVariables=2970  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.61	       =>  wckTime=0.234  cpuTime=0.17  mem=11M778
0.61	   
0.61	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
1.76	     nbConstraints=2113  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  nbEvaluationManagers=5
1.76	     nbSharedEvaluationManagers=2108  maxDegree=45  maxArity=45
1.76	       =>  wckTime=1.388  cpuTime=1.15  mem=57M158
1.88	   
1.88	   solver IterativeSystematicSolver being built... 
2.47	       =>  wckTime=2.101  cpuTime=1.57  mem=69M726
2.52	   
2.52	   preprocessing
2.52	     nbConstraintChecks=0  nbPropagations=2970  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.52	     detectedInconsistency=no
2.52	       =>  wckTime=0.04  cpuTime=0.03  mem=75M777
4.00	   
4.00	   search
4.00	     run=0  nbConstraintChecks=46553  nbValidityChecks=809644  nbPropagations=5966  nbRevisions=425085
4.00	     nbUselessRevisions=423104  nbAssignments=1015  nbFailedAssignments=1  nbBacktracks=25  nbVisitedNodes=1017
4.00	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
4.00	       =>  wckTime=1.516  cpuTime=1.45  mem=80M819
6.46	   
6.46	   search
6.46	     run=1  nbConstraintChecks=48796  nbValidityChecks=1678063  nbPropagations=16819  nbRevisions=1293593
6.46	     nbUselessRevisions=1287651  nbAssignments=3921  nbFailedAssignments=2  nbBacktracks=1942  nbVisitedNodes=3924
6.46	     nbRestartNogoods=1  mapSize=45  nbInferences=0  nbTooLargeKeys=0
6.46	       =>  wckTime=3.977  cpuTime=3.78  mem=75M180
13.72	   
13.72	   search
13.72	     run=2  nbConstraintChecks=1099464  nbValidityChecks=2533580  nbPropagations=31662  nbRevisions=2592579
13.72	     nbUselessRevisions=2580715  nbAssignments=5949  nbFailedAssignments=3  nbBacktracks=2980  nbVisitedNodes=5953
13.72	     nbRestartNogoods=2  mapSize=70  nbInferences=0  nbTooLargeKeys=0
13.72	       =>  wckTime=11.242  cpuTime=10.98  mem=88M382
21.06	   
21.06	   search
21.06	     run=3  nbConstraintChecks=2150176  nbValidityChecks=3389361  nbPropagations=50496  nbRevisions=4322219
21.06	     nbUselessRevisions=4302472  nbAssignments=7977  nbFailedAssignments=4  nbBacktracks=4020  nbVisitedNodes=7982
21.06	     nbRestartNogoods=3  mapSize=95  nbInferences=0  nbTooLargeKeys=0
21.06	       =>  wckTime=18.577  cpuTime=18.24  mem=102M600
33.15	   
33.15	   search
33.15	     run=4  nbConstraintChecks=4249311  nbValidityChecks=4239819  nbPropagations=72417  nbRevisions=6477322
33.15	     nbUselessRevisions=6447732  nbAssignments=9103  nbFailedAssignments=7  nbBacktracks=4089  nbVisitedNodes=9111
33.15	     nbRestartNogoods=4  mapSize=99  nbInferences=0  nbTooLargeKeys=0
33.15	       =>  wckTime=30.673  cpuTime=30.23  mem=107M678
339.07	   
339.07	   search
339.07	     run=5  nbConstraintChecks=62971505  nbValidityChecks=5090332  nbPropagations=97563  nbRevisions=9057942
339.07	     nbUselessRevisions=9016515  nbAssignments=10333  nbFailedAssignments=64  nbBacktracks=4166  nbVisitedNodes=10398
339.07	     nbRestartNogoods=5  mapSize=153  nbInferences=0  nbTooLargeKeys=0
339.07	       =>  wckTime=336.588  cpuTime=333.66  mem=113M771
340.53	   
340.53	   search
340.53	     run=6  nbConstraintChecks=62974262  nbValidityChecks=5942424  nbPropagations=125810  nbRevisions=12064664
340.53	     nbUselessRevisions=12009459  nbAssignments=11492  nbFailedAssignments=69  nbBacktracks=4289  nbVisitedNodes=11562
340.53	     nbRestartNogoods=9  mapSize=160  nbInferences=0  nbTooLargeKeys=0
340.53	       =>  wckTime=338.056  cpuTime=335.06  mem=89M80
341.85	   
341.85	   search
341.85	     run=7  nbConstraintChecks=62977268  nbValidityChecks=6796181  nbPropagations=157215  nbRevisions=15498422
341.85	     nbUselessRevisions=15427496  nbAssignments=12704  nbFailedAssignments=76  nbBacktracks=4464  nbVisitedNodes=12781
341.85	     nbRestartNogoods=12  mapSize=171  nbInferences=0  nbTooLargeKeys=0
341.85	       =>  wckTime=339.368  cpuTime=336.36  mem=95M131
343.24	   
343.24	   search
343.24	     run=8  nbConstraintChecks=62981910  nbValidityChecks=7655324  nbPropagations=191881  nbRevisions=19361911
343.24	     nbUselessRevisions=19273317  nbAssignments=14015  nbFailedAssignments=87  nbBacktracks=4741  nbVisitedNodes=14103
343.24	     nbRestartNogoods=15  mapSize=192  nbInferences=0  nbTooLargeKeys=0
343.24	       =>  wckTime=340.762  cpuTime=337.74  mem=102M190
350.44	   
350.44	   search
350.44	     run=9  nbConstraintChecks=64033091  nbValidityChecks=8511812  nbPropagations=230511  nbRevisions=23656242
350.44	     nbUselessRevisions=23548062  nbAssignments=16061  nbFailedAssignments=88  nbBacktracks=5712  nbVisitedNodes=16150
350.44	     nbRestartNogoods=16  mapSize=216  nbInferences=0  nbTooLargeKeys=0
350.44	       =>  wckTime=347.962  cpuTime=344.87  mem=115M300
357.65	   
357.65	   search
357.65	     run=10  nbConstraintChecks=65083717  nbValidityChecks=9368387  nbPropagations=273106  nbRevisions=28381459
357.65	     nbUselessRevisions=28251775  nbAssignments=18107  nbFailedAssignments=89  nbBacktracks=6684  nbVisitedNodes=18197
357.65	     nbRestartNogoods=17  mapSize=240  nbInferences=0  nbTooLargeKeys=0
357.65	       =>  wckTime=355.171  cpuTime=352.02  mem=128M410
370.28	   
370.28	   search
370.28	     run=11  nbConstraintChecks=67182918  nbValidityChecks=10224775  nbPropagations=319727  nbRevisions=33537441
370.28	     nbUselessRevisions=33384335  nbAssignments=20214  nbFailedAssignments=112  nbBacktracks=7694  nbVisitedNodes=20327
370.28	     nbRestartNogoods=18  mapSize=284  nbInferences=0  nbTooLargeKeys=0
370.28	       =>  wckTime=367.8  cpuTime=364.53  mem=101M145
372.53	   
372.53	   search
372.53	     run=12  nbConstraintChecks=67184869  nbValidityChecks=11076786  nbPropagations=370865  nbRevisions=39119856
372.53	     nbUselessRevisions=38941377  nbAssignments=22778  nbFailedAssignments=169  nbBacktracks=8993  nbVisitedNodes=22948
372.53	     nbRestartNogoods=19  mapSize=394  nbInferences=0  nbTooLargeKeys=0
372.53	       =>  wckTime=370.05  cpuTime=366.76  mem=118M409
375.43	   
375.43	   search
375.43	     run=13  nbConstraintChecks=67186944  nbValidityChecks=11931225  nbPropagations=427492  nbRevisions=45130371
375.43	     nbUselessRevisions=44924538  nbAssignments=26283  nbFailedAssignments=253  nbBacktracks=10943  nbVisitedNodes=26537
375.43	     nbRestartNogoods=23  mapSize=556  nbInferences=0  nbTooLargeKeys=0
375.43	       =>  wckTime=372.956  cpuTime=369.61  mem=104M472
400.64	   
400.64	   search
400.64	     run=14  nbConstraintChecks=71383558  nbValidityChecks=12793545  nbPropagations=491018  nbRevisions=51576364
400.64	     nbUselessRevisions=51341173  nbAssignments=31173  nbFailedAssignments=340  nbBacktracks=14586  nbVisitedNodes=31514
400.64	     nbRestartNogoods=29  mapSize=745  nbInferences=0  nbTooLargeKeys=0
400.64	       =>  wckTime=398.158  cpuTime=394.6  mem=142M793
448.22	   
448.22	   search
448.22	     run=15  nbConstraintChecks=79774801  nbValidityChecks=13665218  nbPropagations=562901  nbRevisions=58466677
448.22	     nbUselessRevisions=58200105  nbAssignments=37505  nbFailedAssignments=424  nbBacktracks=19674  nbVisitedNodes=37930
448.22	     nbRestartNogoods=31  mapSize=946  nbInferences=0  nbTooLargeKeys=0
448.22	       =>  wckTime=445.742  cpuTime=441.77  mem=152M449
461.00	   
461.00	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=131M154)
494.88	   
494.88	   search
494.88	     run=16  nbConstraintChecks=88166068  nbValidityChecks=14538497  nbPropagations=645520  nbRevisions=65803107
494.88	     nbUselessRevisions=65503063  nbAssignments=46148  nbFailedAssignments=591  nbBacktracks=26258  nbVisitedNodes=46740
494.88	     nbRestartNogoods=33
494.88	       =>  wckTime=492.401  cpuTime=488.02  mem=131M154

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/node18/watcher-210470-1168075072 -o ROOT/results/node18/solver-210470-1168075072 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210470-1168075072/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: 0.79 1.46 1.75 5/93 21762
/proc/meminfo: memFree=1094048/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=172 CPUtime=0
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155902247 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 1 0 0
/proc/21761/statm: 43 24 18 14 0 3 0

[startup+0.10372 s]
/proc/loadavg: 0.79 1.46 1.75 5/93 21762
/proc/meminfo: memFree=1094048/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=906128 CPUtime=0.01
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 1925 0 1 0 1 0 0 0 18 0 1 0 155902247 927875072 1674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153572271 0 4 0 7368 0 0 0 17 0 0 0
/proc/21761/statm: 226532 1674 973 14 0 214115 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 906128

[startup+0.511759 s]
/proc/loadavg: 0.79 1.46 1.75 5/93 21762
/proc/meminfo: memFree=1094048/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915328 CPUtime=0.41
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 6235 0 1 0 37 4 0 0 24 0 8 0 155902247 937295872 5974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228832 5974 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33285 s]
/proc/loadavg: 0.89 1.46 1.75 4/100 21769
/proc/meminfo: memFree=1030952/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915652 CPUtime=1.22
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 19542 0 1 0 107 15 0 0 25 0 8 0 155902247 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228913 19277 2177 14 0 215383 0
[pid=21761/tid=21763] ppid=21759 vsize=915652 CPUtime=0.06
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 2935 0 0 0 5 1 0 0 16 0 8 0 155902259 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915652 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915652 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902259 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915652 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915652 CPUtime=0.16
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 418 0 0 0 16 0 0 0 16 0 8 0 155902262 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915652 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915652 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937627648 19277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915652

[startup+2.97 s]
/proc/loadavg: 0.89 1.46 1.75 3/100 21769
/proc/meminfo: memFree=985448/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=2.85
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 29972 0 1 0 261 24 0 0 25 0 8 0 155902247 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074132915 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 29704 2533 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.27
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 12840 0 0 0 22 5 0 0 16 0 8 0 155902259 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.31
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 501 0 0 0 30 1 0 0 15 0 8 0 155902262 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 29704 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915732

[startup+6.26631 s]
/proc/loadavg: 0.89 1.46 1.75 3/100 21769
/proc/meminfo: memFree=985064/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=6.11
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35328 0 1 0 585 26 0 0 25 0 8 0 155902247 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074154648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 35056 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.34
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 18167 0 0 0 28 6 0 0 16 0 8 0 155902259 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 521 0 0 0 34 1 0 0 15 0 8 0 155902262 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 35056 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915732

[startup+12.7389 s]
/proc/loadavg: 1.13 1.50 1.75 3/100 21769
/proc/meminfo: memFree=963624/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=12.54
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35331 0 1 0 1227 27 0 0 25 0 8 0 155902247 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074074442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 35058 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.34
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 18167 0 0 0 28 6 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 524 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915732

[startup+25.6062 s]
/proc/loadavg: 1.26 1.51 1.76 3/100 21769
/proc/meminfo: memFree=963432/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=25.27
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35331 0 1 0 2500 27 0 0 25 0 8 0 155902247 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074074442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 35058 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.34
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 18167 0 0 0 28 6 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 524 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 35058 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915732

[startup+51.3007 s]
/proc/loadavg: 1.62 1.57 1.77 3/100 21771
/proc/meminfo: memFree=963304/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=50.77
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35332 0 1 0 5050 27 0 0 25 0 8 0 155902247 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074151984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 35059 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.34
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 18167 0 0 0 28 6 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 525 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915732

[startup+102.584 s]
/proc/loadavg: 1.87 1.65 1.78 3/100 21771
/proc/meminfo: memFree=963368/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=101.64
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35332 0 1 0 10137 27 0 0 25 0 8 0 155902247 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074115954 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 35059 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.34
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 18167 0 0 0 28 6 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 525 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 915732

[startup+162.6 s]
/proc/loadavg: 2.00 1.73 1.80 3/100 21771
/proc/meminfo: memFree=962600/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=161.15
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 35332 0 1 0 16088 27 0 0 25 0 8 0 155902247 937709568 35059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074117374 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.23
Current children cumulated vsize (KiB) 915732

[startup+1482.96 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1470.75
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 147039 36 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074115935 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.75
Current children cumulated vsize (KiB) 915732

[startup+1542.97 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1530.29
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 152993 36 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074117284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.29
Current children cumulated vsize (KiB) 915732

[startup+1602.99 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1589.8
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 158944 36 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074121676 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) R 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.8
Current children cumulated vsize (KiB) 915732

[startup+1663 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1649.34
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 164897 37 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074147767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.34
Current children cumulated vsize (KiB) 915732

[startup+1723.02 s]
/proc/loadavg: 2.04 2.01 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1708.88
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 170851 37 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074147792 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.88
Current children cumulated vsize (KiB) 915732

[startup+1783.03 s]
/proc/loadavg: 2.01 2.01 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1768.38
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 176801 37 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074074442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.38
Current children cumulated vsize (KiB) 915732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.79 s]
/proc/loadavg: 2.08 2.02 1.92 3/100 21829
/proc/meminfo: memFree=786784/2055920 swapFree=4192812/4192956
[pid=21761] ppid=21759 vsize=915732 CPUtime=1800
/proc/21761/stat : 21761 (java) R 21759 21761 21694 0 -1 0 48057 0 1 0 179961 39 0 0 25 0 8 0 155902247 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074074442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21761/statm: 228933 47778 2537 14 0 215403 0
[pid=21761/tid=21763] ppid=21759 vsize=915732 CPUtime=0.48
/proc/21761/task/21763/stat : 21763 (java) S 21759 21761 21694 0 -1 64 30885 0 0 0 37 11 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21764] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21764/stat : 21764 (java) S 21759 21761 21694 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21765] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21765/stat : 21765 (java) S 21759 21761 21694 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902259 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21766] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21766/stat : 21766 (java) S 21759 21761 21694 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21767] ppid=21759 vsize=915732 CPUtime=0.35
/proc/21761/task/21767/stat : 21767 (java) S 21759 21761 21694 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21768] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21768/stat : 21768 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21761/tid=21769] ppid=21759 vsize=915732 CPUtime=0
/proc/21761/task/21769/stat : 21769 (java) S 21759 21761 21694 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902262 937709568 47778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915732

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

Child status: 143
Real time (s): 1814.84
CPU time (s): 1800.06
CPU user time (s): 1799.63
CPU system time (s): 0.423935
CPU usage (%): 99.1853
Max. virtual memory (cumulated for all children) (KiB): 915832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.423935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48074
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= 38423
involuntary context switches= 113112

runsolver used 1.71674 s user time and 4.79727 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 09:17:54 UTC 2007


IDJOB= 210470
IDBENCH= 4622
FILE ID= node18/210470-1168075072

PBS_JOBID= 3475797

Free space on /tmp= 66285 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-45-44.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210470-1168075072/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-210470-1168075072 -o ROOT/results/node18/solver-210470-1168075072 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210470-1168075072/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b2386cfa53dcd1cd62c449d6cc834735

RANDOM SEED= 181647073

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.231
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.231
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:       1094720 kB
Buffers:         69120 kB
Cached:         678132 kB
SwapCached:          0 kB
Active:         470916 kB
Inactive:       391816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4788 kB
Writeback:           0 kB
Mapped:         144440 kB
Slab:            83332 kB
Committed_AS:  4774696 kB
PageTables:       2240 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= 66283 MiB



End job on node18 on Sat Jan  6 09:48:10 UTC 2007