Trace number 208692

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 248.418 250.394

DiagnosticValue
CHECKS210683306
NODES263427

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-49_ext.xml
MD5SUM24e589469370019d7235c5b114f659ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.09677
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/208692-1168074806/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.69	   
0.69	   constraints being loaded...
0.84	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.84	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=3
0.84	       =>  wckTime=0.514  cpuTime=0.47  mem=41M364
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.08	       =>  wckTime=0.753  cpuTime=0.6  mem=21M369
1.08	   
1.08	   preprocessing
1.08	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.08	     detectedInconsistency=no
1.08	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M369
1.18	   
1.18	   search
1.18	     run=0  nbConstraintChecks=18644  nbValidityChecks=33174  nbPropagations=282  nbRevisions=2808
1.18	     nbUselessRevisions=2267  nbAssignments=25  nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=44
1.18	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.098  cpuTime=0.06  mem=21M369
1.24	   
1.24	   search
1.24	     run=1  nbConstraintChecks=49516  nbValidityChecks=94984  nbPropagations=980  nbRevisions=10162
1.24	     nbUselessRevisions=8139  nbAssignments=64  nbFailedAssignments=30  nbBacktracks=27  nbVisitedNodes=113
1.24	     nbRestartNogoods=1  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.155  cpuTime=0.1  mem=21M369
1.31	   
1.32	   search
1.32	     run=2  nbConstraintChecks=99742  nbValidityChecks=197136  nbPropagations=2365  nbRevisions=24724
1.32	     nbUselessRevisions=19611  nbAssignments=129  nbFailedAssignments=69  nbBacktracks=51  nbVisitedNodes=232
1.32	     nbRestartNogoods=5  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.233  cpuTime=0.17  mem=21M369
1.41	   
1.41	   search
1.41	     run=3  nbConstraintChecks=160838  nbValidityChecks=313351  nbPropagations=4661  nbRevisions=49094
1.41	     nbUselessRevisions=38840  nbAssignments=208  nbFailedAssignments=110  nbBacktracks=84  nbVisitedNodes=374
1.41	     nbRestartNogoods=6  mapSize=73  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.324  cpuTime=0.26  mem=21M369
1.54	   
1.54	   search
1.55	     run=4  nbConstraintChecks=267239  nbValidityChecks=527821  nbPropagations=8495  nbRevisions=89121
1.55	     nbUselessRevisions=70112  nbAssignments=341  nbFailedAssignments=189  nbBacktracks=134  nbVisitedNodes=620
1.55	     nbRestartNogoods=13  mapSize=120  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.461  cpuTime=0.39  mem=21M369
1.73	   
1.73	   search
1.73	     run=5  nbConstraintChecks=407477  nbValidityChecks=811544  nbPropagations=14520  nbRevisions=153900
1.73	     nbUselessRevisions=120778  nbAssignments=545  nbFailedAssignments=313  nbBacktracks=210  nbVisitedNodes=1004
1.73	     nbRestartNogoods=19  mapSize=195  nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.645  cpuTime=0.57  mem=21M369
2.04	   
2.04	   search
2.04	     run=6  nbConstraintChecks=664710  nbValidityChecks=1318948  nbPropagations=23713  nbRevisions=255344
2.04	     nbUselessRevisions=200212  nbAssignments=843  nbFailedAssignments=494  nbBacktracks=323  nbVisitedNodes=1557
2.04	     nbRestartNogoods=26  mapSize=300  nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.957  cpuTime=0.88  mem=21M369
2.53	   
2.53	   search
2.53	     run=7  nbConstraintChecks=1074256  nbValidityChecks=2069723  nbPropagations=38135  nbRevisions=413958
2.53	     nbUselessRevisions=324595  nbAssignments=1266  nbFailedAssignments=743  nbBacktracks=493  nbVisitedNodes=2351
2.53	     nbRestartNogoods=32  mapSize=461  nbInferences=0  nbTooLargeKeys=0
2.53	       =>  wckTime=1.446  cpuTime=1.35  mem=21M369
3.17	   
3.17	   search
3.17	     run=8  nbConstraintChecks=1595425  nbValidityChecks=3109451  nbPropagations=59746  nbRevisions=650793
3.17	     nbUselessRevisions=509663  nbAssignments=1986  nbFailedAssignments=1201  nbBacktracks=749  nbVisitedNodes=3695
3.17	     nbRestartNogoods=41  mapSize=685  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=2.091  cpuTime=1.98  mem=21M369
4.04	   
4.04	   search
4.04	     run=9  nbConstraintChecks=2290155  nbValidityChecks=4553116  nbPropagations=92124  nbRevisions=1002046
4.04	     nbUselessRevisions=783647  nbAssignments=3012  nbFailedAssignments=1837  nbBacktracks=1133  nbVisitedNodes=5600
4.04	     nbRestartNogoods=45  mapSize=1030  nbInferences=0  nbTooLargeKeys=0
4.04	       =>  wckTime=2.961  cpuTime=2.83  mem=21M369
4.07	   
4.07	   INFO : Stopping hyperNogood (mapSize=1043, nbTooLargekeys=0, mem=21M369)
5.36	   
5.36	   search
5.36	     run=10  nbConstraintChecks=3404554  nbValidityChecks=6735791  nbPropagations=140276  nbRevisions=1521915
5.36	     nbUselessRevisions=1187740  nbAssignments=4399  nbFailedAssignments=2644  nbBacktracks=1709  nbVisitedNodes=8161
5.36	     nbRestartNogoods=52
5.36	       =>  wckTime=4.276  cpuTime=4.12  mem=21M369
7.38	   
7.38	   search
7.38	     run=11  nbConstraintChecks=5101930  nbValidityChecks=10232493  nbPropagations=213474  nbRevisions=2319214
7.38	     nbUselessRevisions=1807445  nbAssignments=6980  nbFailedAssignments=4357  nbBacktracks=2574  nbVisitedNodes=13026
7.38	     nbRestartNogoods=66
7.38	       =>  wckTime=6.298  cpuTime=6.12  mem=21M369
10.24	   
10.24	   search
10.24	     run=12  nbConstraintChecks=7495208  nbValidityChecks=15054212  nbPropagations=324064  nbRevisions=3521057
10.24	     nbUselessRevisions=2742580  nbAssignments=10318  nbFailedAssignments=6393  nbBacktracks=3871  nbVisitedNodes=19293
10.24	     nbRestartNogoods=72
10.24	       =>  wckTime=9.159  cpuTime=8.95  mem=21M369
14.71	   
14.71	   search
14.71	     run=13  nbConstraintChecks=11220527  nbValidityChecks=22547232  nbPropagations=491732  nbRevisions=5336350
14.71	     nbUselessRevisions=4155719  nbAssignments=15552  nbFailedAssignments=9676  nbBacktracks=5818  nbVisitedNodes=29113
14.71	     nbRestartNogoods=88
14.71	       =>  wckTime=13.624  cpuTime=13.38  mem=21M369
22.88	   
22.88	   search
22.88	     run=14  nbConstraintChecks=18114870  nbValidityChecks=36409683  nbPropagations=751637  nbRevisions=8135341
22.88	     nbUselessRevisions=6321884  nbAssignments=23470  nbFailedAssignments=14669  nbBacktracks=8738  nbVisitedNodes=44046
22.88	     nbRestartNogoods=99
22.88	       =>  wckTime=21.8  cpuTime=21.49  mem=21M369
32.59	   
32.59	   search
32.59	     run=15  nbConstraintChecks=26274646  nbValidityChecks=52564208  nbPropagations=1137514  nbRevisions=12288543
32.59	     nbUselessRevisions=9538850  nbAssignments=34290  nbFailedAssignments=21107  nbBacktracks=13116
32.59	     nbVisitedNodes=64311  nbRestartNogoods=111
32.59	       =>  wckTime=31.511  cpuTime=31.12  mem=21M369
52.19	   
52.19	   search
52.19	     run=16  nbConstraintChecks=42668707  nbValidityChecks=85674642  nbPropagations=1743339  nbRevisions=18791936
52.19	     nbUselessRevisions=14555882  nbAssignments=53016  nbFailedAssignments=33261  nbBacktracks=19684
52.19	     nbVisitedNodes=99915  nbRestartNogoods=134
52.19	       =>  wckTime=51.112  cpuTime=50.53  mem=21M369
74.94	   
74.94	   search
74.94	     run=17  nbConstraintChecks=61535903  nbValidityChecks=124310242  nbPropagations=2642715  nbRevisions=28504228
74.94	     nbUselessRevisions=22065811  nbAssignments=77534  nbFailedAssignments=47922  nbBacktracks=29536
74.94	     nbVisitedNodes=145881  nbRestartNogoods=155
74.94	       =>  wckTime=73.856  cpuTime=73.06  mem=21M369
109.08	   
109.08	   search
109.08	     run=18  nbConstraintChecks=89560815  nbValidityChecks=180831637  nbPropagations=3964143  nbRevisions=42766463
109.08	     nbUselessRevisions=33110096  nbAssignments=111883  nbFailedAssignments=67488  nbBacktracks=44314
109.08	     nbVisitedNodes=209617  nbRestartNogoods=166
109.08	       =>  wckTime=108.001  cpuTime=106.9  mem=21M369
163.22	   
163.32	   search
163.32	     run=19  nbConstraintChecks=134712521  nbValidityChecks=272806580  nbPropagations=5944794  nbRevisions=64141306
163.32	     nbUselessRevisions=49673680  nbAssignments=168404  nbFailedAssignments=101835  nbBacktracks=66483
163.32	     nbVisitedNodes=315265  nbRestartNogoods=193
163.32	       =>  wckTime=162.14  cpuTime=160.54  mem=21M369
241.91	   
241.91	   search
241.91	     run=20  nbConstraintChecks=203181856  nbValidityChecks=412872710  nbPropagations=8909144  nbRevisions=96245934
241.91	     nbUselessRevisions=74583077  nbAssignments=254265  nbFailedAssignments=154440  nbBacktracks=99737
241.91	     nbVisitedNodes=475558  nbRestartNogoods=206
241.91	       =>  wckTime=240.824  cpuTime=238.83  mem=21M369
250.33	   
250.33	   search
250.33	     run=21  nbConstraintChecks=210683306  nbValidityChecks=427501499  nbPropagations=11976684  nbRevisions=129431489
250.33	     nbUselessRevisions=100327586  nbAssignments=263427  nbFailedAssignments=159794  nbBacktracks=103525
250.33	     nbVisitedNodes=492457  nbRestartNogoods=216
250.33	       =>  wckTime=249.245  cpuTime=247.24  mem=21M369
250.33	   
250.33	   global
250.33	     nbConstraintChecks=210683306  nbValidityChecks=427501499  nbPropagations=11976704  nbRevisions=129431489
250.33	     nbUselessRevisions=100327586  nbRestartNogoods=216  solvingWckTime=249.246  solvingCpuTime=247.24  expiredTime=no
250.33	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=247.89
250.33	       =>  wckTime=250.002  cpuTime=247.84  mem=21M369
250.33	   
250.33	s SATISFIABLE
250.33	v 8 9 0 1 0 5 6 17 5 5 12 18 17 19 19 7 13 9 19 1 
250.33	d NODES 263427
250.33	d CHECKS 210683306
250.33	   
250.33	   totalWckTime=250.083  totalCpuTime=247.9

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/node62/watcher-208692-1168074806 -o ROOT/results/node62/solver-208692-1168074806 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208692-1168074806/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.92 1.97 1.79 4/80 1572
/proc/meminfo: memFree=1115280/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=906644 CPUtime=0.02
/proc/1571/stat : 1571 (java) S 1569 1571 1194 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 155878380 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 226661 1818 1036 14 0 214244 0
[pid=1571/tid=1573] ppid=1569 vsize=906644 CPUtime=0
/proc/1571/task/1573/stat : 1573 (java) R 1569 1571 1194 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 155878384 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102709 s]
/proc/loadavg: 1.92 1.97 1.79 4/80 1572
/proc/meminfo: memFree=1115280/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=912760 CPUtime=0.07
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 2774 0 1 0 6 1 0 0 20 0 8 0 155878380 934666240 2520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072929762 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228190 2520 1386 14 0 215091 0
[pid=1571/tid=1573] ppid=1569 vsize=912760 CPUtime=0
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155878384 934666240 2520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.51079 s]
/proc/loadavg: 1.92 1.97 1.79 4/80 1572
/proc/meminfo: memFree=1115280/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915328 CPUtime=0.48
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 7323 0 1 0 44 4 0 0 18 0 8 0 155878380 937295872 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153648312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228832 7062 2137 14 0 215302 0
[pid=1571/tid=1573] ppid=1569 vsize=915328 CPUtime=0
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155878384 937295872 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33895 s]
/proc/loadavg: 1.92 1.97 1.79 4/87 1579
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=1.3
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16793 0 1 0 122 8 0 0 24 0 8 0 155878380 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155508960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16530 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.17
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 358 0 0 0 17 0 0 0 16 0 8 0 155878389 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97828 s]
/proc/loadavg: 1.93 1.97 1.79 3/87 1579
/proc/meminfo: memFree=1058840/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=2.92
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16809 0 1 0 284 8 0 0 25 0 8 0 155878380 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16545 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 17 0 8 0 155878384 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.2
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 374 0 0 0 20 0 0 0 16 0 8 0 155878389 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.27393 s]
/proc/loadavg: 1.93 1.97 1.79 3/87 1579
/proc/meminfo: memFree=1058648/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=6.18
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16822 0 1 0 610 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7572 s]
/proc/loadavg: 1.94 1.97 1.79 3/87 1579
/proc/meminfo: memFree=1058656/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=12.6
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 1252 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073728689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915460

[startup+25.6187 s]
/proc/loadavg: 1.95 1.97 1.79 3/87 1579
/proc/meminfo: memFree=1058784/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=25.35
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 2527 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2488 s]
/proc/loadavg: 2.03 1.99 1.80 3/87 1579
/proc/meminfo: memFree=1058848/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=50.74
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 5066 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915460

[startup+102.504 s]
/proc/loadavg: 2.01 1.99 1.81 3/87 1579
/proc/meminfo: memFree=1058848/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=101.52
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 10144 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 915460

[startup+162.527 s]
/proc/loadavg: 2.00 1.99 1.82 3/87 1579
/proc/meminfo: memFree=1058912/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=160.99
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 16091 8 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 915460

[startup+222.611 s]
/proc/loadavg: 1.72 1.92 1.81 2/75 1592
/proc/meminfo: memFree=1086848/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=915460 CPUtime=220.69
/proc/1571/stat : 1571 (java) R 1569 1571 1194 0 -1 0 16823 0 1 0 22060 9 0 0 25 0 8 0 155878380 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1571/statm: 228865 16556 2517 14 0 215335 0
[pid=1571/tid=1573] ppid=1569 vsize=915460 CPUtime=0.06
/proc/1571/task/1573/stat : 1573 (java) S 1569 1571 1194 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1574] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1574/stat : 1574 (java) S 1569 1571 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1575] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1575/stat : 1575 (java) S 1569 1571 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878384 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1576] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1576/stat : 1576 (java) S 1569 1571 1194 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1577] ppid=1569 vsize=915460 CPUtime=0.22
/proc/1571/task/1577/stat : 1577 (java) S 1569 1571 1194 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1578] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1578/stat : 1578 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1571/tid=1579] ppid=1569 vsize=915460 CPUtime=0
/proc/1571/task/1579/stat : 1579 (java) S 1569 1571 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878389 937431040 16556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.69
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 250.394
CPU time (s): 248.418
CPU user time (s): 248.309
CPU system time (s): 0.108983
CPU usage (%): 99.211
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.309
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16829
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= 6121
involuntary context switches= 10567

runsolver used 0.302953 s user time and 0.78888 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 09:13:26 UTC 2007


IDJOB= 208692
IDBENCH= 4426
FILE ID= node62/208692-1168074806

PBS_JOBID= 3475989

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  24e589469370019d7235c5b114f659ab

RANDOM SEED= 465998061

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.259
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.259
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:       1115696 kB
Buffers:         58856 kB
Cached:         756124 kB
SwapCached:          0 kB
Active:         145932 kB
Inactive:       715804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1115696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          66952 kB
Slab:            63768 kB
Committed_AS:  3619072 kB
PageTables:       1960 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= 66548 MiB



End job on node62 on Sat Jan  6 09:17:40 UTC 2007