Trace number 206255

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.08 1800.91

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-1_ext.xml
MD5SUM5bd46c7477b4e1f2baf4992cc85a0e0a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206255-1168073539/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.50	   
1.50	   constraints being loaded...
2.21	     nbConstraints=91  nbRelationTypes=93  nbMergedConstraints=2  nbExtensionStructures=91
2.21	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.21	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.21	       =>  wckTime=1.888  cpuTime=1.52  mem=56M997
2.36	   
2.36	   solver IterativeSystematicSolver being built... 
2.52	       =>  wckTime=2.195  cpuTime=1.64  mem=65M78
2.52	   
2.52	   preprocessing
2.52	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.52	     detectedInconsistency=no
2.52	       =>  wckTime=0.0040  cpuTime=0.01  mem=65M78
2.64	   
2.64	   search
2.64	     run=0  nbConstraintChecks=37406  nbValidityChecks=64138  nbPropagations=338  nbRevisions=3696
2.64	     nbUselessRevisions=2954  nbAssignments=23  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=37
2.64	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.125  cpuTime=0.1  mem=65M78
2.76	   
2.76	   search
2.76	     run=1  nbConstraintChecks=102530  nbValidityChecks=185513  nbPropagations=1269  nbRevisions=14418
2.76	     nbUselessRevisions=11424  nbAssignments=68  nbFailedAssignments=29  nbBacktracks=25  nbVisitedNodes=113
2.76	     nbRestartNogoods=3  mapSize=20  nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=0.238  cpuTime=0.21  mem=65M78
2.91	   
2.91	   search
2.91	     run=2  nbConstraintChecks=191050  nbValidityChecks=357019  nbPropagations=2958  nbRevisions=34969
2.91	     nbUselessRevisions=27665  nbAssignments=120  nbFailedAssignments=53  nbBacktracks=47  nbVisitedNodes=207
2.91	     nbRestartNogoods=11  mapSize=40  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.395  cpuTime=0.36  mem=65M78
3.08	   
3.08	   search
3.08	     run=3  nbConstraintChecks=292754  nbValidityChecks=558441  nbPropagations=5728  nbRevisions=68562
3.08	     nbUselessRevisions=54140  nbAssignments=205  nbFailedAssignments=99  nbBacktracks=80  nbVisitedNodes=359
3.08	     nbRestartNogoods=16  mapSize=69  nbInferences=0  nbTooLargeKeys=0
3.08	       =>  wckTime=0.562  cpuTime=0.52  mem=65M78
3.45	   
3.45	   search
3.45	     run=4  nbConstraintChecks=526420  nbValidityChecks=998311  nbPropagations=10380  nbRevisions=127074
3.45	     nbUselessRevisions=100223  nbAssignments=333  nbFailedAssignments=170  nbBacktracks=130  nbVisitedNodes=597
3.45	     nbRestartNogoods=21  mapSize=118  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=0.932  cpuTime=0.89  mem=66M70
4.16	   
4.16	   search
4.16	     run=5  nbConstraintChecks=959527  nbValidityChecks=1850162  nbPropagations=18676  nbRevisions=230409
4.16	     nbUselessRevisions=181328  nbAssignments=616  nbFailedAssignments=369  nbBacktracks=205  nbVisitedNodes=1147
4.16	     nbRestartNogoods=32  mapSize=193  nbInferences=0  nbTooLargeKeys=0
4.16	       =>  wckTime=1.642  cpuTime=1.59  mem=66M70
4.92	   
4.92	   search
4.92	     run=6  nbConstraintChecks=1415580  nbValidityChecks=2738290  nbPropagations=31659  nbRevisions=395346
4.92	     nbUselessRevisions=311296  nbAssignments=914  nbFailedAssignments=547  nbBacktracks=318  nbVisitedNodes=1704
4.92	     nbRestartNogoods=39  mapSize=296  nbInferences=0  nbTooLargeKeys=0
4.92	       =>  wckTime=2.397  cpuTime=2.34  mem=66M70
6.06	   
6.06	   search
6.06	     run=7  nbConstraintChecks=2154870  nbValidityChecks=4172481  nbPropagations=50788  nbRevisions=647866
6.06	     nbUselessRevisions=512479  nbAssignments=1367  nbFailedAssignments=822  nbBacktracks=489  nbVisitedNodes=2561
6.06	     nbRestartNogoods=45  mapSize=463  nbInferences=0  nbTooLargeKeys=0
6.06	       =>  wckTime=3.537  cpuTime=3.47  mem=66M70
7.37	   
7.37	   search
7.37	     run=8  nbConstraintChecks=2973461  nbValidityChecks=5804255  nbPropagations=78325  nbRevisions=1005369
7.38	     nbUselessRevisions=797354  nbAssignments=1993  nbFailedAssignments=1185  nbBacktracks=745  nbVisitedNodes=3707
7.38	     nbRestartNogoods=56  mapSize=678  nbInferences=0  nbTooLargeKeys=0
7.38	       =>  wckTime=4.857  cpuTime=4.77  mem=66M70
9.46	   
9.46	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=66M70)
9.63	   
9.63	   search
9.63	     run=9  nbConstraintChecks=4361957  nbValidityChecks=8596969  nbPropagations=119575  nbRevisions=1538068
9.63	     nbUselessRevisions=1221331  nbAssignments=2890  nbFailedAssignments=1690  nbBacktracks=1130  nbVisitedNodes=5362
9.63	     nbRestartNogoods=65
9.63	       =>  wckTime=7.11  cpuTime=7.02  mem=66M70
13.45	   
13.45	   search
13.45	     run=10  nbConstraintChecks=6834523  nbValidityChecks=13382291  nbPropagations=184519  nbRevisions=2387438
13.45	     nbUselessRevisions=1898719  nbAssignments=4426  nbFailedAssignments=2643  nbBacktracks=1706  nbVisitedNodes=8280
13.45	     nbRestartNogoods=70
13.45	       =>  wckTime=10.928  cpuTime=10.82  mem=66M70
18.43	   
18.43	   search
18.43	     run=11  nbConstraintChecks=10048434  nbValidityChecks=19596247  nbPropagations=275635  nbRevisions=3601023
18.43	     nbUselessRevisions=2870494  nbAssignments=6391  nbFailedAssignments=3738  nbBacktracks=2571  nbVisitedNodes=11892
18.43	     nbRestartNogoods=77
18.43	       =>  wckTime=15.91  cpuTime=15.79  mem=66M70
25.93	   
25.93	   search
25.93	     run=12  nbConstraintChecks=14678193  nbValidityChecks=28908019  nbPropagations=413006  nbRevisions=5402235
25.93	     nbUselessRevisions=4307199  nbAssignments=9827  nbFailedAssignments=5869  nbBacktracks=3869  nbVisitedNodes=18399
25.93	     nbRestartNogoods=92
25.93	       =>  wckTime=23.416  cpuTime=23.28  mem=66M70
37.76	   
37.76	   search
37.76	     run=13  nbConstraintChecks=21984229  nbValidityChecks=43644647  nbPropagations=623094  nbRevisions=8125186
37.76	     nbUselessRevisions=6474906  nbAssignments=14816  nbFailedAssignments=8902  nbBacktracks=5816  nbVisitedNodes=27727
37.76	     nbRestartNogoods=118
37.76	       =>  wckTime=35.237  cpuTime=35.1  mem=66M70
56.42	   
56.42	   search
56.42	     run=14  nbConstraintChecks=33890750  nbValidityChecks=66607527  nbPropagations=932969  nbRevisions=12260223
56.42	     nbUselessRevisions=9788549  nbAssignments=22073  nbFailedAssignments=13234  nbBacktracks=8735  nbVisitedNodes=41387
56.42	     nbRestartNogoods=127
56.42	       =>  wckTime=53.898  cpuTime=53.75  mem=66M70
82.82	   
82.82	   search
82.82	     run=15  nbConstraintChecks=50173442  nbValidityChecks=99265048  nbPropagations=1406232  nbRevisions=18462376
82.82	     nbUselessRevisions=14742558  nbAssignments=32950  nbFailedAssignments=19726  nbBacktracks=13113
82.82	     nbVisitedNodes=61724  nbRestartNogoods=134
82.82	       =>  wckTime=80.302  cpuTime=80.15  mem=66M70
120.11	   
120.11	   search
120.11	     run=16  nbConstraintChecks=73465125  nbValidityChecks=146769148  nbPropagations=2140640  nbRevisions=27789937
120.11	     nbUselessRevisions=22143614  nbAssignments=49868  nbFailedAssignments=30068  nbBacktracks=19684
120.11	     nbVisitedNodes=93742  nbRestartNogoods=151
120.11	       =>  wckTime=117.594  cpuTime=117.43  mem=66M70
178.05	   
178.05	   search
178.05	     run=17  nbConstraintChecks=110207436  nbValidityChecks=219625997  nbPropagations=3196268  nbRevisions=41590529
178.05	     nbUselessRevisions=33160638  nbAssignments=73811  nbFailedAssignments=44151  nbBacktracks=29537
178.05	     nbVisitedNodes=138540  nbRestartNogoods=163
178.05	       =>  wckTime=175.53  cpuTime=175.34  mem=66M70
265.67	   
265.67	   search
265.67	     run=18  nbConstraintChecks=163984662  nbValidityChecks=326953401  nbPropagations=4787626  nbRevisions=62199503
265.67	     nbUselessRevisions=49582418  nbAssignments=108969  nbFailedAssignments=64523  nbBacktracks=44315
265.67	     nbVisitedNodes=204044  nbRestartNogoods=185
265.67	       =>  wckTime=263.148  cpuTime=262.93  mem=66M70
392.65	   
392.65	   search
392.65	     run=19  nbConstraintChecks=242653014  nbValidityChecks=483861418  nbPropagations=7195447  nbRevisions=93024451
392.65	     nbUselessRevisions=74082538  nbAssignments=162755  nbFailedAssignments=96134  nbBacktracks=66483
392.65	     nbVisitedNodes=304462  nbRestartNogoods=202
392.65	       =>  wckTime=390.134  cpuTime=389.89  mem=66M70
600.83	   
600.83	   search
600.83	     run=20  nbConstraintChecks=374967318  nbValidityChecks=742455631  nbPropagations=10861490  nbRevisions=140456194
600.83	     nbUselessRevisions=111790847  nbAssignments=245854  nbFailedAssignments=145974  nbBacktracks=99735
600.83	     nbVisitedNodes=461710  nbRestartNogoods=217
600.83	       =>  wckTime=598.31  cpuTime=597.82  mem=66M70
877.21	   
877.21	   search
877.21	     run=21  nbConstraintChecks=546234640  nbValidityChecks=1086913248  nbPropagations=16213276  nbRevisions=209744945
877.21	     nbUselessRevisions=166961222  nbAssignments=366054  nbFailedAssignments=216288  nbBacktracks=149613
877.21	     nbVisitedNodes=685063  nbRestartNogoods=230
877.21	       =>  wckTime=874.689  cpuTime=874.07  mem=66M70
1320.91	   
1320.91	   search
1320.91	     run=22  nbConstraintChecks=820500619  nbValidityChecks=1631198856  nbPropagations=24159751  nbRevisions=312583226
1320.91	     nbUselessRevisions=248885986  nbAssignments=544743  nbFailedAssignments=320152  nbBacktracks=224432
1320.91	     nbVisitedNodes=1016958  nbRestartNogoods=251
1320.91	       =>  wckTime=1318.391  cpuTime=1317.63  mem=66M70

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/node50/watcher-206255-1168073539 -o ROOT/results/node50/solver-206255-1168073539 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206255-1168073539/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.26 1.05 1.00 3/80 1278
/proc/meminfo: memFree=1362840/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=18540 CPUtime=0
/proc/1277/stat : 1277 (runsolver) R 1275 1277 963 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 155753039 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1277/statm: 4635 280 244 17 0 2626 0

[startup+0.107425 s]
/proc/loadavg: 1.26 1.05 1.00 3/80 1278
/proc/meminfo: memFree=1362840/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=914988 CPUtime=0.08
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 2973 0 1 0 7 1 0 0 17 0 8 0 155753039 936947712 2719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8353403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228747 2720 1421 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516492 s]
/proc/loadavg: 1.26 1.05 1.00 3/80 1278
/proc/meminfo: memFree=1362840/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915328 CPUtime=0.49
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 7704 0 1 0 46 3 0 0 17 0 8 0 155753039 937295872 7443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073557519 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1277/statm: 228832 7443 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34462 s]
/proc/loadavg: 1.26 1.05 1.00 2/75 1285
/proc/meminfo: memFree=1423168/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915328 CPUtime=1.32
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 19099 0 1 0 122 10 0 0 18 0 8 0 155753039 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228832 18837 2149 14 0 215302 0
[pid=1277/tid=1279] ppid=1275 vsize=915328 CPUtime=0.05
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155753044 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915328 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915328 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915328 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915328 CPUtime=0.08
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155753048 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915328 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915328 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915328

[startup+2.98191 s]
/proc/loadavg: 1.26 1.05 1.00 2/75 1293
/proc/meminfo: memFree=1382264/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=2.96
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32433 0 1 0 279 17 0 0 16 0 8 0 155753039 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802509 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1277/statm: 228860 32167 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 15 0 8 0 155753044 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.19
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 378 0 0 0 19 0 0 0 16 0 8 0 155753048 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915440

[startup+6.27546 s]
/proc/loadavg: 1.24 1.05 1.00 2/75 1293
/proc/meminfo: memFree=1371064/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=6.25
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32443 0 1 0 607 18 0 0 22 0 8 0 155753039 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1277/statm: 228860 32174 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.22
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 155753048 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915440

[startup+12.7455 s]
/proc/loadavg: 1.22 1.05 1.00 2/75 1296
/proc/meminfo: memFree=1375416/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=12.71
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32460 0 1 0 1252 19 0 0 25 0 8 0 155753039 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32188 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915440

[startup+25.5977 s]
/proc/loadavg: 1.25 1.06 1.01 3/87 1341
/proc/meminfo: memFree=1242768/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=25.53
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32460 0 1 0 2534 19 0 0 25 0 8 0 155753039 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32188 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915440

[startup+51.215 s]
/proc/loadavg: 1.51 1.14 1.03 3/87 1341
/proc/meminfo: memFree=1243096/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=51.14
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32460 0 1 0 5095 19 0 0 25 0 8 0 155753039 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32188 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 915440

[startup+102.445 s]
/proc/loadavg: 1.78 1.27 1.08 3/87 1341
/proc/meminfo: memFree=1243224/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=102.36
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32460 0 1 0 10216 20 0 0 25 0 8 0 155753039 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32188 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 915440

[startup+162.51 s]
/proc/loadavg: 1.92 1.40 1.13 3/87 1341
/proc/meminfo: memFree=1243224/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=162.4
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32460 0 1 0 16220 20 0 0 25 0 8 0 155753039 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.42
Current children cumulated vsize (KiB) 915440

[startup+1484.22 s]
/proc/loadavg: 2.00 2.00 1.77 3/87 1543
/proc/meminfo: memFree=1242776/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1483.48
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 148327 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.48
Current children cumulated vsize (KiB) 915440

[startup+1544.28 s]
/proc/loadavg: 2.00 2.00 1.78 3/87 1545
/proc/meminfo: memFree=1242520/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1543.52
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 154331 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.52
Current children cumulated vsize (KiB) 915440

[startup+1604.36 s]
/proc/loadavg: 2.07 2.03 1.80 3/87 1545
/proc/meminfo: memFree=1242584/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1603.58
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 160337 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.58
Current children cumulated vsize (KiB) 915440

[startup+1664.44 s]
/proc/loadavg: 2.02 2.02 1.81 4/87 1545
/proc/meminfo: memFree=1242584/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1663.64
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 166343 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.64
Current children cumulated vsize (KiB) 915440

[startup+1724.52 s]
/proc/loadavg: 2.01 2.01 1.82 3/87 1545
/proc/meminfo: memFree=1242648/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1723.7
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 172349 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.7
Current children cumulated vsize (KiB) 915440

[startup+1784.6 s]
/proc/loadavg: 2.00 2.01 1.83 3/87 1545
/proc/meminfo: memFree=1242712/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1783.76
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 178355 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629987 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.76
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.85 s]
/proc/loadavg: 2.00 2.01 1.83 3/87 1545
/proc/meminfo: memFree=1242712/2055920 swapFree=4192812/4192956
[pid=1277] ppid=1275 vsize=915440 CPUtime=1800.01
/proc/1277/stat : 1277 (java) R 1275 1277 963 0 -1 0 32462 0 1 0 179980 21 0 0 25 0 8 0 155753039 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1277/statm: 228860 32189 2521 14 0 215330 0
[pid=1277/tid=1279] ppid=1275 vsize=915440 CPUtime=0.43
/proc/1277/task/1279/stat : 1279 (java) S 1275 1277 963 0 -1 64 15454 0 0 0 37 6 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1280] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1280/stat : 1280 (java) S 1275 1277 963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1281] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1281/stat : 1281 (java) S 1275 1277 963 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155753044 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1282] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1282/stat : 1282 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1283] ppid=1275 vsize=915440 CPUtime=0.25
/proc/1277/task/1283/stat : 1283 (java) S 1275 1277 963 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1284] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1284/stat : 1284 (java) S 1275 1277 963 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1277/tid=1285] ppid=1275 vsize=915440 CPUtime=0
/proc/1277/task/1285/stat : 1285 (java) S 1275 1277 963 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155753048 937410560 32189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1800.91
CPU time (s): 1800.08
CPU user time (s): 1799.84
CPU system time (s): 0.237963
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 915440

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

runsolver used 2.00169 s user time and 4.73228 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sat Jan  6 08:52:24 UTC 2007


IDJOB= 206255
IDBENCH= 4194
FILE ID= node50/206255-1168073539

PBS_JOBID= 3475998

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206255-1168073539/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-206255-1168073539 -o ROOT/results/node50/solver-206255-1168073539 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206255-1168073539/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5bd46c7477b4e1f2baf4992cc85a0e0a

RANDOM SEED= 552488607

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.263
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	: 5931.00
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.263
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:       1392056 kB
Buffers:         36292 kB
Cached:         429984 kB
SwapCached:          0 kB
Active:         187464 kB
Inactive:       397412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11892 kB
Writeback:           0 kB
Mapped:         138024 kB
Slab:            64176 kB
Committed_AS:  4071796 kB
PageTables:       2080 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= 66537 MiB



End job on node50 on Sat Jan  6 09:22:26 UTC 2007