Trace number 217296

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 ESACSAT 508.324 508.73

DiagnosticValue
CHECKS3446439207
NODES1997854

General information on the benchmark

Namefrb/frb50-23/
frb50-23-1-mgd_ext.xml
MD5SUMd4620c593bffc95d2822e817d09ebd03
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 benchmark508.324
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints430
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension430
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.52	   
0.52	Abscon 109 (November, 2006)
0.52	   
0.52	   configuration
0.52	     name=esac.xml
0.59	   
0.59	   instance
0.59	     name=/tmp/evaluation/217296-1168245543/unknown.xml
0.62	   
0.62	   domains being loaded...
0.62	   
0.62	   variables being loaded...
0.66	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.66	       =>  wckTime=0.131  cpuTime=0.09  mem=6M951
0.66	   
0.66	   relations being loaded...
0.80	   
0.80	   constraints being loaded...
0.92	     nbConstraints=430  nbRelationTypes=430  nbExtensionStructures=430  nbSharedExtensionStructures=0
0.92	     nbConflictsStructures=430  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1289  maxDegree=24
0.92	     maxArity=2
0.92	       =>  wckTime=0.394  cpuTime=0.28  mem=16M802
0.96	   
0.96	   solver IterativeSystematicSolver being built... 
1.11	       =>  wckTime=0.586  cpuTime=0.41  mem=15M521
1.18	   
1.18	   preprocessing
1.18	     nbConstraintChecks=122258  nbPropagations=1292  nbRevisions=10898  nbUselessRevisions=9241  nbSingletonTests=66
1.18	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.18	       =>  wckTime=0.063  cpuTime=0.04  mem=15M521
1.21	   
1.21	   search
1.21	     run=0  nbConstraintChecks=54095  nbPropagations=1928  nbRevisions=18701  nbUselessRevisions=15680  nbAssignments=31
1.21	     nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.21	     nbTooLargeKeys=0
1.21	       =>  wckTime=0.093  cpuTime=0.06  mem=15M521
1.23	   
1.23	   search
1.23	     run=1  nbConstraintChecks=116879  nbPropagations=4593  nbRevisions=47072  nbUselessRevisions=39302
1.23	     nbAssignments=68  nbFailedAssignments=20  nbBacktracks=28  nbVisitedNodes=106  nbRestartNogoods=1  mapSize=22
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.114  cpuTime=0.07  mem=15M521
1.24	   
1.24	   search
1.24	     run=2  nbConstraintChecks=178040  nbPropagations=8006  nbRevisions=85172  nbUselessRevisions=70852
1.24	     nbAssignments=115  nbFailedAssignments=34  nbBacktracks=53  nbVisitedNodes=177  nbRestartNogoods=3  mapSize=40
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.127  cpuTime=0.08  mem=15M521
1.27	   
1.27	   search
1.27	     run=3  nbConstraintChecks=301821  nbPropagations=12956  nbRevisions=144738  nbUselessRevisions=120064
1.27	     nbAssignments=187  nbFailedAssignments=62  nbBacktracks=87  nbVisitedNodes=299  nbRestartNogoods=4  mapSize=72
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.151  cpuTime=0.11  mem=15M521
1.30	   
1.30	   search
1.30	     run=4  nbConstraintChecks=480827  nbPropagations=19997  nbRevisions=233753  nbUselessRevisions=193019
1.30	     nbAssignments=287  nbFailedAssignments=102  nbBacktracks=138  nbVisitedNodes=470  nbRestartNogoods=7  mapSize=118
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.184  cpuTime=0.14  mem=15M521
1.35	   
1.35	   search
1.35	     run=5  nbConstraintChecks=768299  nbPropagations=30432  nbRevisions=372502  nbUselessRevisions=306326
1.35	     nbAssignments=451  nbFailedAssignments=179  nbBacktracks=213  nbVisitedNodes=762  nbRestartNogoods=10  mapSize=188
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.239  cpuTime=0.19  mem=15M521
1.41	   
1.41	   search
1.41	     run=6  nbConstraintChecks=1078886  nbPropagations=44628  nbRevisions=565622  nbUselessRevisions=464080
1.41	     nbAssignments=647  nbFailedAssignments=251  nbBacktracks=326  nbVisitedNodes=1087  nbRestartNogoods=19  mapSize=276
1.41	     nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.294  cpuTime=0.24  mem=15M521
1.49	   
1.49	   search
1.49	     run=7  nbConstraintChecks=1530303  nbPropagations=64230  nbRevisions=835782  nbUselessRevisions=684512
1.49	     nbAssignments=924  nbFailedAssignments=347  nbBacktracks=496  nbVisitedNodes=1543  nbRestartNogoods=25  mapSize=403
1.49	     nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.372  cpuTime=0.32  mem=15M521
1.62	   
1.62	   search
1.62	     run=8  nbConstraintChecks=2282980  nbPropagations=93259  nbRevisions=1240828  nbUselessRevisions=1015459
1.62	     nbAssignments=1378  nbFailedAssignments=518  nbBacktracks=752  nbVisitedNodes=2295  nbRestartNogoods=30
1.62	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.506  cpuTime=0.44  mem=15M521
1.81	   
1.81	   search
1.81	     run=9  nbConstraintChecks=3388487  nbPropagations=134943  nbRevisions=1830871  nbUselessRevisions=1495945
1.81	     nbAssignments=2043  nbFailedAssignments=789  nbBacktracks=1136  nbVisitedNodes=3431  nbRestartNogoods=36
1.81	     mapSize=936  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.695  cpuTime=0.62  mem=15M521
1.87	   
1.87	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=15M521)
2.03	   
2.03	   search
2.03	     run=10  nbConstraintChecks=4793217  nbPropagations=194578  nbRevisions=2677326  nbUselessRevisions=2185596
2.03	     nbAssignments=2979  nbFailedAssignments=1122  nbBacktracks=1715  nbVisitedNodes=4970  nbRestartNogoods=44
2.03	       =>  wckTime=0.915  cpuTime=0.83  mem=15M521
2.36	   
2.36	   search
2.36	     run=11  nbConstraintChecks=7053840  nbPropagations=281866  nbRevisions=3929452  nbUselessRevisions=3205391
2.36	     nbAssignments=4393  nbFailedAssignments=1664  nbBacktracks=2579  nbVisitedNodes=7373  nbRestartNogoods=53
2.36	       =>  wckTime=1.249  cpuTime=1.16  mem=15M521
2.83	   
2.83	   search
2.83	     run=12  nbConstraintChecks=9979794  nbPropagations=407815  nbRevisions=5745503  nbUselessRevisions=4684031
2.83	     nbAssignments=6563  nbFailedAssignments=2529  nbBacktracks=3877  nbVisitedNodes=11057  nbRestartNogoods=62
2.83	       =>  wckTime=1.715  cpuTime=1.62  mem=15M521
3.59	   
3.59	   search
3.59	     run=13  nbConstraintChecks=15181263  nbPropagations=595185  nbRevisions=8421749  nbUselessRevisions=6852106
3.59	     nbAssignments=9717  nbFailedAssignments=3726  nbBacktracks=5823  nbVisitedNodes=16398  nbRestartNogoods=64
3.59	       =>  wckTime=2.472  cpuTime=2.38  mem=15M521
4.75	   
4.75	   search
4.75	     run=14  nbConstraintChecks=23145538  nbPropagations=876075  nbRevisions=12463017  nbUselessRevisions=10127660
4.75	     nbAssignments=14512  nbFailedAssignments=5595  nbBacktracks=8742  nbVisitedNodes=24573  nbRestartNogoods=75
4.75	       =>  wckTime=3.64  cpuTime=3.54  mem=15M521
6.61	   
6.61	   search
6.61	     run=15  nbConstraintChecks=36203099  nbPropagations=1305599  nbRevisions=18677040  nbUselessRevisions=15158493
6.61	     nbAssignments=21721  nbFailedAssignments=8416  nbBacktracks=13122  nbVisitedNodes=36983  nbRestartNogoods=84
6.61	       =>  wckTime=5.493  cpuTime=5.4  mem=16M496
9.34	   
9.34	   search
9.34	     run=16  nbConstraintChecks=54901945  nbPropagations=1953564  nbRevisions=28077676  nbUselessRevisions=22774692
9.34	     nbAssignments=32404  nbFailedAssignments=12519  nbBacktracks=19691  nbVisitedNodes=55319  nbRestartNogoods=94
9.34	       =>  wckTime=8.221  cpuTime=8.12  mem=16M496
13.71	   
13.71	   search
13.71	     run=17  nbConstraintChecks=84652499  nbPropagations=2947110  nbRevisions=42580880  nbUselessRevisions=34523331
13.71	     nbAssignments=49179  nbFailedAssignments=19433  nbBacktracks=29544  nbVisitedNodes=84540  nbRestartNogoods=101
13.71	       =>  wckTime=12.593  cpuTime=12.5  mem=16M496
19.88	   
19.88	   search
19.88	     run=18  nbConstraintChecks=126363494  nbPropagations=4439183  nbRevisions=64372913  nbUselessRevisions=52173866
19.88	     nbAssignments=73817  nbFailedAssignments=29284  nbBacktracks=44323  nbVisitedNodes=127028  nbRestartNogoods=108
19.88	       =>  wckTime=18.763  cpuTime=18.66  mem=16M496
29.08	   
29.08	   search
29.08	     run=19  nbConstraintChecks=188752178  nbPropagations=6676099  nbRevisions=97074322  nbUselessRevisions=78666857
29.08	     nbAssignments=110382  nbFailedAssignments=43673  nbBacktracks=66491  nbVisitedNodes=189876  nbRestartNogoods=116
29.08	       =>  wckTime=27.963  cpuTime=27.86  mem=16M496
43.52	   
43.52	   search
43.52	     run=20  nbConstraintChecks=286029047  nbPropagations=10082467  nbRevisions=147020228  nbUselessRevisions=119189031
43.52	     nbAssignments=166924  nbFailedAssignments=66951  nbBacktracks=99744  nbVisitedNodes=288647  nbRestartNogoods=125
43.52	       =>  wckTime=42.407  cpuTime=42.3  mem=16M496
64.65	   
64.65	   search
64.65	     run=21  nbConstraintChecks=430388856  nbPropagations=15162452  nbRevisions=221902015  nbUselessRevisions=179960783
64.65	     nbAssignments=249825  nbFailedAssignments=99961  nbBacktracks=149627  nbVisitedNodes=431321  nbRestartNogoods=136
64.65	       =>  wckTime=63.536  cpuTime=63.42  mem=16M496
96.22	   
96.22	   search
96.22	     run=22  nbConstraintChecks=646041611  nbPropagations=22776186  nbRevisions=333504136  nbUselessRevisions=270370929
96.22	     nbAssignments=374312  nbFailedAssignments=149619  nbBacktracks=224446  nbVisitedNodes=645918  nbRestartNogoods=149
96.22	       =>  wckTime=95.103  cpuTime=94.99  mem=16M496
142.21	   
142.21	   search
142.21	     run=23  nbConstraintChecks=958642995  nbPropagations=34075349  nbRevisions=499374127  nbUselessRevisions=404790506
142.21	     nbAssignments=557016  nbFailedAssignments=220088  nbBacktracks=336675  nbVisitedNodes=958888  nbRestartNogoods=159
142.21	       =>  wckTime=141.097  cpuTime=140.97  mem=16M496
214.30	   
214.30	   search
214.30	     run=24  nbConstraintChecks=1453267300  nbPropagations=51143305  nbRevisions=749899869  nbUselessRevisions=607803237
214.30	     nbAssignments=836712  nbFailedAssignments=331435  nbBacktracks=505016  nbVisitedNodes=1442533  nbRestartNogoods=171
214.30	       =>  wckTime=213.186  cpuTime=213.04  mem=16M496
316.43	   
316.43	   search
316.43	     run=25  nbConstraintChecks=2133394663  nbPropagations=76464684  nbRevisions=1121845729
316.43	     nbUselessRevisions=909492775  nbAssignments=1250616  nbFailedAssignments=492818  nbBacktracks=757528
316.43	     nbVisitedNodes=2153144  nbRestartNogoods=179
316.43	       =>  wckTime=315.311  cpuTime=315.14  mem=16M496
484.66	   
484.66	   search
484.66	     run=26  nbConstraintChecks=3286263462  nbPropagations=115204858  nbRevisions=1691109027
484.66	     nbUselessRevisions=1370952216  nbAssignments=1900953  nbFailedAssignments=764378  nbBacktracks=1136296
484.66	     nbVisitedNodes=3290879  nbRestartNogoods=192
484.66	       =>  wckTime=483.548  cpuTime=483.33  mem=16M496
508.70	   
508.70	   search
508.70	     run=27  nbConstraintChecks=3446316949  nbPropagations=155905352  nbRevisions=2289155528
508.70	     nbUselessRevisions=1855856565  nbAssignments=1997854  nbFailedAssignments=801415  nbBacktracks=1196110
508.70	     nbVisitedNodes=3457344  nbRestartNogoods=209
508.70	       =>  wckTime=507.588  cpuTime=507.37  mem=16M496
508.70	   
508.70	   global
508.70	     nbConstraintChecks=3446439207  nbPropagations=155906644  nbRevisions=2289166426  nbUselessRevisions=1855865806
508.70	     nbRestartNogoods=209  solvingWckTime=507.589  solvingCpuTime=507.37  expiredTime=no  totalExploration=no
508.70	     nbFoundSolutions=1  globalCpuTime=507.83
508.70	       =>  wckTime=508.178  cpuTime=507.78  mem=16M496
508.71	   
508.71	s SATISFIABLE
508.71	v 6 5 2 13 20 4 10 21 2 9 12 2 9 14 0 1 1 19 14 13 20 5 8 7 4 13 8 9 8 9 22 14 17 7 19 5 22 5 14 21 8 8 22 9 2 4 19 22 13 17 
508.71	d NODES 1997854
508.71	d CHECKS 3446439207
508.71	   
508.71	   totalWckTime=508.264  totalCpuTime=507.83

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/node48/watcher-217296-1168245543 -o ROOT/results/node48/solver-217296-1168245543 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217296-1168245543/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.54 2.30 2.11 4/65 27871
/proc/meminfo: memFree=1921848/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=18540 CPUtime=0
/proc/27870/stat : 27870 (runsolver) D 27868 27870 27062 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 172953008 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255539604775 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27870/statm: 4635 279 244 17 0 2626 0

[startup+0.107105 s]
/proc/loadavg: 1.54 2.30 2.11 4/65 27871
/proc/meminfo: memFree=1921848/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=9912 CPUtime=0
/proc/27870/stat : 27870 (java) D 27868 27870 27062 0 -1 0 684 0 10 0 0 0 0 0 18 0 1 0 172953008 10149888 452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744071563479169 0 0 17 1 0 0
/proc/27870/statm: 2478 452 368 14 0 1143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9912

[startup+0.516145 s]
/proc/loadavg: 1.54 2.30 2.11 4/65 27871
/proc/meminfo: memFree=1921848/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915148 CPUtime=0.28
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 5047 0 43 0 25 3 0 0 16 0 8 0 172953008 937111552 4835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228787 4836 1965 14 0 215275 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 915148

[startup+1.33821 s]
/proc/loadavg: 1.54 2.30 2.11 2/72 27878
/proc/meminfo: memFree=1880960/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=1.06
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9502 0 53 0 99 7 0 0 16 0 8 0 172953008 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822671 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9292 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 17 0 8 0 172953023 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.18
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 378 0 0 0 18 0 0 0 15 0 8 0 172953027 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 915460

[startup+2.99036 s]
/proc/loadavg: 1.49 2.28 2.10 2/72 27878
/proc/meminfo: memFree=1880704/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=2.71
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9521 0 53 0 263 8 0 0 18 0 8 0 172953008 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9310 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 17 0 8 0 172953023 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 396 0 0 0 21 1 0 0 15 0 8 0 172953027 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 915460

[startup+6.27867 s]
/proc/loadavg: 1.49 2.28 2.10 2/72 27878
/proc/meminfo: memFree=1880704/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=6
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9523 0 53 0 592 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 915460

[startup+12.7553 s]
/proc/loadavg: 1.42 2.24 2.09 2/72 27878
/proc/meminfo: memFree=1880840/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=12.47
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9524 0 53 0 1239 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 915460

[startup+25.5784 s]
/proc/loadavg: 1.35 2.19 2.08 2/72 27878
/proc/meminfo: memFree=1881096/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=25.29
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9524 0 53 0 2521 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 915460

[startup+51.2548 s]
/proc/loadavg: 1.23 2.10 2.05 2/72 27878
/proc/meminfo: memFree=1881224/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=50.96
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9524 0 53 0 5088 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915460

[startup+102.504 s]
/proc/loadavg: 1.09 1.91 1.98 2/72 27878
/proc/meminfo: memFree=1881288/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=102.2
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9524 0 53 0 10212 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 915460

[startup+162.586 s]
/proc/loadavg: 1.03 1.74 1.92 2/72 27878
/proc/meminfo: memFree=1881288/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=162.26
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9524 0 53 0 16218 8 0 0 25 0 8 0 172953008 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073843161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9311 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.22
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 915460

[startup+222.671 s]
/proc/loadavg: 1.01 1.60 1.86 2/72 27878
/proc/meminfo: memFree=1881288/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=222.33
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9525 0 53 0 22225 8 0 0 25 0 8 0 172953008 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824557 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9312 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.23
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 915460

[startup+282.749 s]
/proc/loadavg: 1.00 1.49 1.80 2/72 27878
/proc/meminfo: memFree=1881288/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=282.4
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9525 0 53 0 28232 8 0 0 25 0 8 0 172953008 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802109 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9312 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.23
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 915460

[startup+342.829 s]
/proc/loadavg: 1.00 1.40 1.75 2/72 27878
/proc/meminfo: memFree=1881224/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=342.46
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9525 0 53 0 34238 8 0 0 25 0 8 0 172953008 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9312 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.23
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 915460

[startup+402.909 s]
/proc/loadavg: 1.00 1.32 1.70 2/72 27878
/proc/meminfo: memFree=1881224/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=402.53
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9525 0 53 0 40245 8 0 0 25 0 8 0 172953008 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9312 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.23
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 915460

[startup+462.99 s]
/proc/loadavg: 1.00 1.26 1.65 2/72 27878
/proc/meminfo: memFree=1881224/2055920 swapFree=4192812/4192956
[pid=27870] ppid=27868 vsize=915460 CPUtime=462.59
/proc/27870/stat : 27870 (java) R 27868 27870 27062 0 -1 0 9525 0 53 0 46251 8 0 0 25 0 8 0 172953008 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27870/statm: 228865 9312 2524 14 0 215335 0
[pid=27870/tid=27872] ppid=27868 vsize=915460 CPUtime=0.03
/proc/27870/task/27872/stat : 27872 (java) S 27868 27870 27062 0 -1 64 393 0 0 0 3 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27873] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27873/stat : 27873 (java) S 27868 27870 27062 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27874] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27874/stat : 27874 (java) S 27868 27870 27062 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172953023 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27875] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27875/stat : 27875 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27876] ppid=27868 vsize=915460 CPUtime=0.23
/proc/27870/task/27876/stat : 27876 (java) S 27868 27870 27062 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27870/tid=27877] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27877/stat : 27877 (java) S 27868 27870 27062 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 172953027 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27870/tid=27878] ppid=27868 vsize=915460 CPUtime=0
/proc/27870/task/27878/stat : 27878 (java) S 27868 27870 27062 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172953028 937431040 9312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.59
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 508.73
CPU time (s): 508.324
CPU user time (s): 508.227
CPU system time (s): 0.096985
CPU usage (%): 99.9202
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 508.227
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= 9535
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11301
involuntary context switches= 10369

runsolver used 0.464929 s user time and 1.35079 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 08:39:03 UTC 2007


IDJOB= 217296
IDBENCH= 5128
FILE ID= node48/217296-1168245543

PBS_JOBID= 3481789

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb50-23/frb50-23-1-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217296-1168245543/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-217296-1168245543 -o ROOT/results/node48/solver-217296-1168245543 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217296-1168245543/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d4620c593bffc95d2822e817d09ebd03

RANDOM SEED= 216745462

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.218
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.218
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:       1922392 kB
Buffers:         33272 kB
Cached:          30376 kB
SwapCached:          0 kB
Active:          43860 kB
Inactive:        35468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          25864 kB
Slab:            40184 kB
Committed_AS:  3960040 kB
PageTables:       1388 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= 66563 MiB



End job on node48 on Mon Jan  8 08:47:32 UTC 2007