Trace number 240125

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 ACSAT 301.792 302.131

DiagnosticValue
CHECKS322101997
NODES1159204

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-0_ext.xml
MD5SUM5f5b1bad1cfbb7731d0ad0baf41852f4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.01669
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/240125-1168085184/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.49	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.49	       =>  wckTime=0.149  cpuTime=0.11  mem=7M894
0.49	   
0.49	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.83	     nbConstraints=5540  nbRelationTypes=22  nbSingletonDomainVariables=213  nbExtensionStructures=41
0.83	     nbSharedExtensionStructures=5499  nbConflictsStructures=41  nbSharedConflictsStructures=5499
0.83	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.83	       =>  wckTime=0.493  cpuTime=0.35  mem=24M488
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.07	       =>  wckTime=0.732  cpuTime=0.49  mem=18M548
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=45237  nbPropagations=400  nbRevisions=3974  nbUselessRevisions=1062  nbRemovedValues=2912
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.042  cpuTime=0.03  mem=18M548
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=5319  nbPropagations=853  nbRevisions=5662  nbUselessRevisions=2098  nbAssignments=278
1.19	     nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=288  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.19	     nbTooLargeKeys=0
1.19	       =>  wckTime=0.115  cpuTime=0.09  mem=19M524
1.24	   
1.24	   search
1.24	     run=1  nbConstraintChecks=10461  nbPropagations=2183  nbRevisions=12882  nbUselessRevisions=5131  nbAssignments=571
1.24	     nbFailedAssignments=10  nbBacktracks=31  nbVisitedNodes=591  nbRestartNogoods=1  mapSize=14  nbInferences=0
1.24	     nbTooLargeKeys=0
1.24	       =>  wckTime=0.16  cpuTime=0.13  mem=19M524
1.29	   
1.29	   search
1.29	     run=2  nbConstraintChecks=16520  nbPropagations=4011  nbRevisions=21971  nbUselessRevisions=9306  nbAssignments=864
1.29	     nbFailedAssignments=15  nbBacktracks=65  nbVisitedNodes=895  nbRestartNogoods=5  mapSize=24  nbInferences=0
1.29	     nbTooLargeKeys=0
1.29	       =>  wckTime=0.211  cpuTime=0.17  mem=19M524
1.34	   
1.34	   search
1.34	     run=3  nbConstraintChecks=27981  nbPropagations=6668  nbRevisions=34968  nbUselessRevisions=15878
1.34	     nbAssignments=1188  nbFailedAssignments=33  nbBacktracks=98  nbVisitedNodes=1250  nbRestartNogoods=6  mapSize=47
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.263  cpuTime=0.22  mem=19M524
1.40	   
1.40	   search
1.40	     run=4  nbConstraintChecks=39596  nbPropagations=10165  nbRevisions=51880  nbUselessRevisions=24800
1.40	     nbAssignments=1527  nbFailedAssignments=59  nbBacktracks=156  nbVisitedNodes=1630  nbRestartNogoods=14  mapSize=80
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.323  cpuTime=0.27  mem=20M497
1.45	   
1.45	   search
1.45	     run=5  nbConstraintChecks=53168  nbPropagations=14625  nbRevisions=73509  nbUselessRevisions=36742
1.45	     nbAssignments=1893  nbFailedAssignments=81  nbBacktracks=236  nbVisitedNodes=2034  nbRestartNogoods=16  mapSize=113
1.45	     nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.376  cpuTime=0.31  mem=20M497
1.51	   
1.51	   search
1.51	     run=6  nbConstraintChecks=71509  nbPropagations=20243  nbRevisions=101181  nbUselessRevisions=52263
1.51	     nbAssignments=2285  nbFailedAssignments=112  nbBacktracks=349  nbVisitedNodes=2490  nbRestartNogoods=20
1.51	     mapSize=174  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.431  cpuTime=0.37  mem=20M497
1.58	   
1.58	   search
1.58	     run=7  nbConstraintChecks=97067  nbPropagations=27821  nbRevisions=137757  nbUselessRevisions=73329
1.58	     nbAssignments=2787  nbFailedAssignments=161  nbBacktracks=527  nbVisitedNodes=3093  nbRestartNogoods=22
1.58	     mapSize=260  nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.499  cpuTime=0.44  mem=21M470
1.63	   
1.63	   search
1.63	     run=8  nbConstraintChecks=109856  nbPropagations=36089  nbRevisions=179335  nbUselessRevisions=97991
1.63	     nbAssignments=3208  nbFailedAssignments=194  nbBacktracks=796  nbVisitedNodes=3570  nbRestartNogoods=30
1.63	     mapSize=306  nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.555  cpuTime=0.49  mem=21M470
1.76	   
1.76	   search
1.76	     run=9  nbConstraintChecks=180175  nbPropagations=48249  nbRevisions=248820  nbUselessRevisions=142433
1.76	     nbAssignments=3979  nbFailedAssignments=310  nbBacktracks=1187  nbVisitedNodes=4550  nbRestartNogoods=32
1.76	     mapSize=491  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.681  cpuTime=0.61  mem=22M443
1.91	   
1.91	   search
1.91	     run=10  nbConstraintChecks=264319  nbPropagations=64000  nbRevisions=369867  nbUselessRevisions=231412
1.91	     nbAssignments=4748  nbFailedAssignments=389  nbBacktracks=1773  nbVisitedNodes=5491  nbRestartNogoods=40
1.91	     mapSize=655  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.833  cpuTime=0.75  mem=22M443
2.12	   
2.12	   search
2.12	     run=11  nbConstraintChecks=379241  nbPropagations=84843  nbRevisions=562108  nbUselessRevisions=382994
2.12	     nbAssignments=5767  nbFailedAssignments=505  nbBacktracks=2651  nbVisitedNodes=6735  nbRestartNogoods=48
2.12	     mapSize=875  nbInferences=1  nbTooLargeKeys=0
2.12	       =>  wckTime=1.04  cpuTime=0.96  mem=23M416
2.23	   
2.23	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=23M416)
2.42	   
2.43	   search
2.43	     run=12  nbConstraintChecks=627688  nbPropagations=114631  nbRevisions=912482  nbUselessRevisions=673652
2.43	     nbAssignments=7338  nbFailedAssignments=709  nbBacktracks=3970  nbVisitedNodes=8691  nbRestartNogoods=49
2.43	       =>  wckTime=1.349  cpuTime=1.27  mem=23M416
2.95	   
2.95	   search
2.95	     run=13  nbConstraintChecks=1147687  nbPropagations=161336  nbRevisions=1597876  nbUselessRevisions=1260464
2.95	     nbAssignments=9673  nbFailedAssignments=1029  nbBacktracks=5923  nbVisitedNodes=11632  nbRestartNogoods=55
2.95	       =>  wckTime=1.87  cpuTime=1.79  mem=23M416
3.63	   
3.63	   search
3.63	     run=14  nbConstraintChecks=1744391  nbPropagations=230201  nbRevisions=2658337  nbUselessRevisions=2176669
3.63	     nbAssignments=13100  nbFailedAssignments=1479  nbBacktracks=8843  nbVisitedNodes=15905  nbRestartNogoods=62
3.63	       =>  wckTime=2.557  cpuTime=2.48  mem=23M416
4.99	   
4.99	   search
4.99	     run=15  nbConstraintChecks=3077112  nbPropagations=344548  nbRevisions=4551322  nbUselessRevisions=3823388
4.99	     nbAssignments=18390  nbFailedAssignments=2354  nbBacktracks=13221  nbVisitedNodes=22897  nbRestartNogoods=71
4.99	       =>  wckTime=3.917  cpuTime=3.83  mem=23M416
6.74	   
6.74	   search
6.74	     run=16  nbConstraintChecks=4843059  nbPropagations=517288  nbRevisions=7647409  nbUselessRevisions=6551856
6.74	     nbAssignments=26063  nbFailedAssignments=3418  nbBacktracks=19789  nbVisitedNodes=32732  nbRestartNogoods=79
6.74	       =>  wckTime=5.663  cpuTime=5.59  mem=23M416
9.92	   
9.92	   search
9.92	     run=17  nbConstraintChecks=8224165  nbPropagations=798406  nbRevisions=12990046  nbUselessRevisions=11284652
9.92	     nbAssignments=37904  nbFailedAssignments=5357  nbBacktracks=29641  nbVisitedNodes=48461  nbRestartNogoods=83
9.92	       =>  wckTime=8.841  cpuTime=8.76  mem=23M416
13.09	   
13.09	   search
13.09	     run=18  nbConstraintChecks=11159328  nbPropagations=1177714  nbRevisions=20235924  nbUselessRevisions=17704681
13.09	     nbAssignments=54489  nbFailedAssignments=7114  nbBacktracks=44419  nbVisitedNodes=68535  nbRestartNogoods=92
13.09	       =>  wckTime=12.015  cpuTime=11.94  mem=23M416
16.77	   
16.77	   search
16.77	     run=19  nbConstraintChecks=14080403  nbPropagations=1669290  nbRevisions=29252060  nbUselessRevisions=25653882
16.77	     nbAssignments=78712  nbFailedAssignments=9040  nbBacktracks=66587  nbVisitedNodes=96768  nbRestartNogoods=104
16.78	       =>  wckTime=15.699  cpuTime=15.62  mem=23M416
26.18	   
26.18	   search
26.18	     run=20  nbConstraintChecks=23919668  nbPropagations=2568458  nbRevisions=43917117  nbUselessRevisions=38361343
26.18	     nbAssignments=119547  nbFailedAssignments=16486  nbBacktracks=99842  nbVisitedNodes=151797  nbRestartNogoods=111
26.18	       =>  wckTime=25.106  cpuTime=25.02  mem=23M416
37.14	   
37.14	   search
37.14	     run=21  nbConstraintChecks=34406700  nbPropagations=3894696  nbRevisions=64691188  nbUselessRevisions=56250269
37.14	     nbAssignments=178082  nbFailedAssignments=24989  nbBacktracks=149721  nbVisitedNodes=226616  nbRestartNogoods=120
37.14	       =>  wckTime=36.063  cpuTime=35.95  mem=23M416
56.20	   
56.20	   search
56.20	     run=22  nbConstraintChecks=53377116  nbPropagations=5851907  nbRevisions=97681805  nbUselessRevisions=84957057
56.20	     nbAssignments=265238  nbFailedAssignments=37284  nbBacktracks=224540  nbVisitedNodes=337308  nbRestartNogoods=134
56.20	       =>  wckTime=55.119  cpuTime=54.99  mem=23M416
93.54	   
93.54	   search
93.54	     run=23  nbConstraintChecks=94469475  nbPropagations=9144939  nbRevisions=157564229  nbUselessRevisions=137534772
93.54	     nbAssignments=402634  nbFailedAssignments=62398  nbBacktracks=336778  nbVisitedNodes=524639  nbRestartNogoods=144
93.54	       =>  wckTime=92.466  cpuTime=92.29  mem=23M416
149.93	   
149.93	   search
149.93	     run=24  nbConstraintChecks=156105471  nbPropagations=14450368  nbRevisions=258550213  nbUselessRevisions=226767107
149.93	     nbAssignments=607096  nbFailedAssignments=98463  nbBacktracks=505121  nbVisitedNodes=801067  nbRestartNogoods=151
149.93	       =>  wckTime=148.85  cpuTime=148.62  mem=23M416
234.95	   
234.95	   search
234.95	     run=25  nbConstraintChecks=247012223  nbPropagations=22738478  nbRevisions=418759396  nbUselessRevisions=368497032
234.95	     nbAssignments=914652  nbFailedAssignments=153455  nbBacktracks=757634  nbVisitedNodes=1216970  nbRestartNogoods=164
234.95	       =>  wckTime=233.877  cpuTime=233.59  mem=23M416
302.10	   
302.10	   search
302.10	     run=26  nbConstraintChecks=322056760  nbPropagations=33472700  nbRevisions=629488759  nbUselessRevisions=555403045
302.10	     nbAssignments=1159204  nbFailedAssignments=201832  nbBacktracks=953409  nbVisitedNodes=1556847
302.10	     nbRestartNogoods=182
302.10	       =>  wckTime=301.025  cpuTime=300.68  mem=23M416
302.10	   
302.10	   global
302.10	     nbConstraintChecks=322101997  nbPropagations=33473100  nbRevisions=629492733  nbUselessRevisions=555404107
302.10	     nbRestartNogoods=182  solvingWckTime=301.025  solvingCpuTime=300.69  expiredTime=no  totalExploration=no
302.10	     nbFoundSolutions=1  globalCpuTime=301.22
302.10	       =>  wckTime=301.762  cpuTime=301.18  mem=23M416
302.10	   
302.10	s SATISFIABLE
302.10	v 9 16 18 17 11 13 5 8 2 15 14 10 7 4 19 0 12 6 1 3 10 4 16 9 1 14 12 18 19 13 8 7 17 2 0 6 3 11 15 5 11 14 8 10 15 4 6 12 18 3 7 0 16 17 1 9 13 2 5 19 1 18 14 7 5 9 16 3 6 11 0 2 19 12 4 10 17 8 13 15 14 1 9 19 3 8 4 6 10 16 17 18 15 0 2 12 5 7 11 13 13 0 19 18 16 17 7 5 14 8 12 3 6 9 10 11 4 15 2 1 15 11 13 12 2 19 17 7 4 10 18 1 0 8 5 3 14 9 16 6 3 9 12 4 19 16 2 11 17 6 1 13 5 18 8 7 15 10 14 0 18 5 6 2 4 11 0 17 15 1 10 16 8 7 12 13 19 3 9 14 6 10 7 16 12 15 13 9 1 19 2 14 4 5 18 8 0 17 3 11 16 3 5 11 13 1 8 19 12 17 15 9 18 10 7 14 6 0 4 2 12 7 2 8 14 10 15 1 0 18 3 17 13 19 11 16 9 5 6 4 7 6 15 5 18 0 9 2 3 4 13 8 10 14 16 19 11 1 17 12 2 15 4 1 0 3 11 10 9 14 5 6 12 16 13 17 7 19 8 18 19 13 10 3 8 12 18 16 7 9 4 5 1 11 6 15 2 14 0 17 0 2 11 15 17 6 1 14 8 7 19 4 9 13 3 5 18 16 12 10 4 17 3 6 9 5 19 0 16 12 11 15 2 1 14 18 8 13 10 7 8 19 1 0 6 7 14 13 5 2 16 11 3 15 17 4 10 12 18 9 17 12 0 14 10 2 3 4 13 5 9 19 11 6 15 1 16 18 7 8 5 8 17 13 7 18 10 15 11 0 6 12 14 3 9 2 1 4 19 16 
302.10	d NODES 1159204
302.10	d CHECKS 322101997
302.10	   
302.10	   totalWckTime=301.837  totalCpuTime=301.22

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-240125-1168085184 -o ROOT/results/node33/solver-240125-1168085184 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240125-1168085184/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.66 1.92 1.89 5/80 12636
/proc/meminfo: memFree=630928/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=1784 CPUtime=0
/proc/12635/stat : 12635 (java) D 12633 12635 12254 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 156912730 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12635/statm: 446 158 123 14 0 91 0

[startup+0.10723 s]
/proc/loadavg: 1.66 1.92 1.89 5/80 12636
/proc/meminfo: memFree=630928/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=912432 CPUtime=0.06
/proc/12635/stat : 12635 (java) D 12633 12635 12254 0 -1 0 2746 0 1 0 5 1 0 0 22 0 8 0 156912730 934330368 2492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228108 2492 1379 14 0 215091 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 912432

[startup+0.515314 s]
/proc/loadavg: 1.66 1.92 1.89 5/80 12636
/proc/meminfo: memFree=630928/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915328 CPUtime=0.43
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 6413 0 1 0 40 3 0 0 21 0 8 0 156912730 937295872 6152 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228832 6152 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33748 s]
/proc/loadavg: 1.69 1.92 1.89 4/87 12643
/proc/meminfo: memFree=594008/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=1.26
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12002 0 1 0 120 6 0 0 25 0 8 0 156912730 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073979240 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11740 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.25
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 470 0 0 0 24 1 0 0 15 0 8 0 156912739 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915676

[startup+2.98383 s]
/proc/loadavg: 1.69 1.92 1.89 3/87 12643
/proc/meminfo: memFree=593752/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=2.9
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12018 0 1 0 284 6 0 0 25 0 8 0 156912730 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11754 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 17 0 8 0 156912735 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 484 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915676

[startup+6.2695 s]
/proc/loadavg: 1.71 1.92 1.89 3/87 12643
/proc/meminfo: memFree=593688/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=6.18
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12020 0 1 0 612 6 0 0 25 0 8 0 156912730 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11756 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 486 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915676

[startup+12.7538 s]
/proc/loadavg: 1.73 1.92 1.90 3/87 12643
/proc/meminfo: memFree=593688/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=12.67
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12020 0 1 0 1260 7 0 0 25 0 8 0 156912730 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11756 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 486 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915676

[startup+25.5945 s]
/proc/loadavg: 1.77 1.92 1.90 3/87 12643
/proc/meminfo: memFree=593752/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=25.51
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12020 0 1 0 2544 7 0 0 25 0 8 0 156912730 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11756 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 486 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915676

[startup+51.1958 s]
/proc/loadavg: 1.86 1.93 1.90 3/87 12643
/proc/meminfo: memFree=593816/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=51.07
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12020 0 1 0 5100 7 0 0 25 0 8 0 156912730 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11756 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 486 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11756 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 915676

[startup+102.4 s]
/proc/loadavg: 1.94 1.94 1.90 3/87 12643
/proc/meminfo: memFree=593824/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=102.22
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12022 0 1 0 10215 7 0 0 25 0 8 0 156912730 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073952751 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11757 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 487 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 915676

[startup+162.434 s]
/proc/loadavg: 1.58 1.85 1.88 2/75 12654
/proc/meminfo: memFree=1206216/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=162.2
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12022 0 1 0 16213 7 0 0 25 0 8 0 156912730 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11757 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 487 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 915676

[startup+222.462 s]
/proc/loadavg: 1.21 1.69 1.82 2/75 12659
/proc/meminfo: memFree=1206344/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=222.19
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12022 0 1 0 22211 8 0 0 25 0 8 0 156912730 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11757 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 487 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 915676

[startup+282.497 s]
/proc/loadavg: 1.16 1.59 1.78 2/75 12709
/proc/meminfo: memFree=1204552/2055920 swapFree=4192224/4192956
[pid=12635] ppid=12633 vsize=915676 CPUtime=282.18
/proc/12635/stat : 12635 (java) R 12633 12635 12254 0 -1 0 12022 0 1 0 28210 8 0 0 25 0 8 0 156912730 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 228919 11757 2513 14 0 215389 0
[pid=12635/tid=12637] ppid=12633 vsize=915676 CPUtime=0.06
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 12254 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 156912735 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 12254 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 12254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156912736 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 12254 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=915676 CPUtime=0.28
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 12254 0 -1 64 487 0 0 0 27 1 0 0 16 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=915676 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 12254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156912739 937652224 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 302.131
CPU time (s): 301.792
CPU user time (s): 301.695
CPU system time (s): 0.096985
CPU usage (%): 99.8879
Max. virtual memory (cumulated for all children) (KiB): 915676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.695
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12028
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= 7508
involuntary context switches= 8678

runsolver used 0.353946 s user time and 0.802877 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 12:06:27 UTC 2007


IDJOB= 240125
IDBENCH= 7107
FILE ID= node33/240125-1168085184

PBS_JOBID= 3476274

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-20/qcp-20-187-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240125-1168085184/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-240125-1168085184 -o ROOT/results/node33/solver-240125-1168085184 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240125-1168085184/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5f5b1bad1cfbb7731d0ad0baf41852f4

RANDOM SEED= 482414857

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.281
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.281
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:        631408 kB
Buffers:         44748 kB
Cached:         664588 kB
SwapCached:        448 kB
Active:         658408 kB
Inactive:       681384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        631408 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         649928 kB
Slab:            68820 kB
Committed_AS:  3502412 kB
PageTables:       3004 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= 66554 MiB



End job on node33 on Sat Jan  6 12:11:38 UTC 2007