Trace number 247439

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 238.94 239.119

DiagnosticValue
CHECKS93500931
NODES289176

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-5_ext.xml
MD5SUMfd92d74890c9fc650983ee8569f494ff
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 benchmark33.7579
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/247439-1168085833/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.39	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
3.67	   
3.67	   INFO : Contraction of relations, mem = 103M178
5.84	   
5.84	   constraints being loaded...
9.08	     nbConstraints=18  nbRelationTypes=18  nbExtensionStructures=18  nbSharedExtensionStructures=0
9.08	     nbConflictsStructures=18  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=8
9.08	       =>  wckTime=8.784  cpuTime=7.04  mem=228M187
9.91	   
9.91	   solver IterativeSystematicSolver being built... 
10.06	       =>  wckTime=9.767  cpuTime=7.16  mem=143M329
10.06	   
10.06	   preprocessing
10.06	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
10.06	     detectedInconsistency=no
10.06	       =>  wckTime=0.0020  cpuTime=0.01  mem=143M329
10.13	   
10.13	   search
10.13	     run=0  nbConstraintChecks=9229  nbValidityChecks=14900  nbPropagations=141  nbRevisions=1933
10.13	     nbUselessRevisions=1696  nbAssignments=28  nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=45
10.13	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
10.13	       =>  wckTime=0.071  cpuTime=0.05  mem=143M329
10.19	   
10.19	   search
10.19	     run=1  nbConstraintChecks=21843  nbValidityChecks=38201  nbPropagations=482  nbRevisions=7168
10.19	     nbUselessRevisions=6246  nbAssignments=70  nbFailedAssignments=29  nbBacktracks=26  nbVisitedNodes=115
10.19	     nbRestartNogoods=1  mapSize=21  nbInferences=0  nbTooLargeKeys=0
10.19	       =>  wckTime=0.127  cpuTime=0.1  mem=143M329
10.24	   
10.24	   search
10.24	     run=2  nbConstraintChecks=35978  nbValidityChecks=63895  nbPropagations=1065  nbRevisions=16229
10.24	     nbUselessRevisions=14094  nbAssignments=119  nbFailedAssignments=45  nbBacktracks=49  nbVisitedNodes=194
10.24	     nbRestartNogoods=5  mapSize=39  nbInferences=0  nbTooLargeKeys=0
10.24	       =>  wckTime=0.184  cpuTime=0.15  mem=143M329
10.33	   
10.33	   search
10.33	     run=3  nbConstraintChecks=60278  nbValidityChecks=108610  nbPropagations=2078  nbRevisions=31819
10.33	     nbUselessRevisions=27476  nbAssignments=198  nbFailedAssignments=81  nbBacktracks=82  nbVisitedNodes=332
10.33	     nbRestartNogoods=8  mapSize=69  nbInferences=0  nbTooLargeKeys=0
10.33	       =>  wckTime=0.268  cpuTime=0.22  mem=143M329
10.45	   
10.45	   search
10.45	     run=4  nbConstraintChecks=101051  nbValidityChecks=177880  nbPropagations=3735  nbRevisions=57113
10.45	     nbUselessRevisions=48969  nbAssignments=319  nbFailedAssignments=146  nbBacktracks=132  nbVisitedNodes=551
10.45	     nbRestartNogoods=13  mapSize=116  nbInferences=0  nbTooLargeKeys=0
10.45	       =>  wckTime=0.386  cpuTime=0.33  mem=143M329
10.59	   
10.59	   search
10.59	     run=5  nbConstraintChecks=153914  nbValidityChecks=270532  nbPropagations=6295  nbRevisions=95718
10.59	     nbUselessRevisions=81913  nbAssignments=466  nbFailedAssignments=210  nbBacktracks=207  nbVisitedNodes=806
10.59	     nbRestartNogoods=14  mapSize=181  nbInferences=0  nbTooLargeKeys=0
10.59	       =>  wckTime=0.534  cpuTime=0.48  mem=143M329
10.83	   
10.83	   search
10.83	     run=6  nbConstraintChecks=245291  nbValidityChecks=421579  nbPropagations=10241  nbRevisions=154836
10.83	     nbUselessRevisions=132197  nbAssignments=704  nbFailedAssignments=326  nbBacktracks=320  nbVisitedNodes=1232
10.83	     nbRestartNogoods=17  mapSize=288  nbInferences=0  nbTooLargeKeys=0
10.83	       =>  wckTime=0.774  cpuTime=0.72  mem=143M329
11.16	   
11.16	   search
11.16	     run=7  nbConstraintChecks=366296  nbValidityChecks=627496  nbPropagations=16187  nbRevisions=242985
11.16	     nbUselessRevisions=206932  nbAssignments=1056  nbFailedAssignments=499  nbBacktracks=491  nbVisitedNodes=1860
11.16	     nbRestartNogoods=25  mapSize=440  nbInferences=0  nbTooLargeKeys=0
11.16	       =>  wckTime=1.097  cpuTime=1.04  mem=143M942
11.66	   
11.66	   search
11.66	     run=8  nbConstraintChecks=550475  nbValidityChecks=943358  nbPropagations=25402  nbRevisions=376020
11.66	     nbUselessRevisions=318856  nbAssignments=1612  nbFailedAssignments=789  nbBacktracks=748  nbVisitedNodes=2876
11.66	     nbRestartNogoods=32  mapSize=678  nbInferences=0  nbTooLargeKeys=0
11.66	       =>  wckTime=1.6  cpuTime=1.52  mem=143M942
12.30	   
12.30	   search
12.30	     run=9  nbConstraintChecks=802862  nbValidityChecks=1375860  nbPropagations=39028  nbRevisions=570584
12.30	     nbUselessRevisions=481693  nbAssignments=2414  nbFailedAssignments=1197  nbBacktracks=1132  nbVisitedNodes=4319
12.30	     nbRestartNogoods=39  mapSize=1010  nbInferences=0  nbTooLargeKeys=0
12.30	       =>  wckTime=2.241  cpuTime=2.16  mem=143M942
12.33	   
12.33	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=143M942)
13.22	   
13.22	   search
13.22	     run=10  nbConstraintChecks=1168395  nbValidityChecks=2004010  nbPropagations=59023  nbRevisions=854846
13.22	     nbUselessRevisions=719341  nbAssignments=3549  nbFailedAssignments=1748  nbBacktracks=1708  nbVisitedNodes=6352
13.22	     nbRestartNogoods=51
13.22	       =>  wckTime=3.156  cpuTime=3.06  mem=143M942
14.56	   
14.56	   search
14.56	     run=11  nbConstraintChecks=1712613  nbValidityChecks=2936086  nbPropagations=88548  nbRevisions=1271684
14.56	     nbUselessRevisions=1067257  nbAssignments=5268  nbFailedAssignments=2594  nbBacktracks=2572  nbVisitedNodes=9438
14.56	     nbRestartNogoods=65
14.56	       =>  wckTime=4.497  cpuTime=4.4  mem=143M942
16.82	   
16.82	   search
16.82	     run=12  nbConstraintChecks=2603728  nbValidityChecks=4465338  nbPropagations=133923  nbRevisions=1908536
16.82	     nbUselessRevisions=1597298  nbAssignments=7983  nbFailedAssignments=4004  nbBacktracks=3870  nbVisitedNodes=14399
16.82	     nbRestartNogoods=76
16.82	       =>  wckTime=6.76  cpuTime=6.66  mem=143M942
20.18	   
20.18	   search
20.18	     run=13  nbConstraintChecks=3953703  nbValidityChecks=6758741  nbPropagations=202997  nbRevisions=2868350
20.18	     nbUselessRevisions=2394646  nbAssignments=12009  nbFailedAssignments=6075  nbBacktracks=5819  nbVisitedNodes=21752
20.18	     nbRestartNogoods=84
20.18	       =>  wckTime=10.123  cpuTime=10.02  mem=143M942
24.74	   
24.74	   search
24.74	     run=14  nbConstraintChecks=5802178  nbValidityChecks=9917511  nbPropagations=304483  nbRevisions=4276479
24.74	     nbUselessRevisions=3564999  nbAssignments=17860  nbFailedAssignments=8999  nbBacktracks=8739  nbVisitedNodes=32275
24.74	     nbRestartNogoods=86
24.74	       =>  wckTime=14.682  cpuTime=14.57  mem=143M942
31.65	   
31.65	   search
31.65	     run=15  nbConstraintChecks=8616966  nbValidityChecks=14701408  nbPropagations=454508  nbRevisions=6364274
31.65	     nbUselessRevisions=5301251  nbAssignments=26494  nbFailedAssignments=13249  nbBacktracks=13119
31.65	     nbVisitedNodes=47821  nbRestartNogoods=93
31.65	       =>  wckTime=21.588  cpuTime=21.48  mem=143M942
42.21	   
42.21	   search
42.21	     run=16  nbConstraintChecks=12943672  nbValidityChecks=22052275  nbPropagations=677076  nbRevisions=9480206
42.21	     nbUselessRevisions=7895385  nbAssignments=39768  nbFailedAssignments=19945  nbBacktracks=19689
42.21	     nbVisitedNodes=71689  nbRestartNogoods=97
42.21	       =>  wckTime=32.148  cpuTime=32.03  mem=143M942
58.28	   
58.28	   search
58.28	     run=17  nbConstraintChecks=19414042  nbValidityChecks=33007166  nbPropagations=1011027  nbRevisions=14141940
58.28	     nbUselessRevisions=11775667  nbAssignments=59437  nbFailedAssignments=29754  nbBacktracks=29541
58.28	     nbVisitedNodes=106985  nbRestartNogoods=102
58.28	       =>  wckTime=48.224  cpuTime=48.1  mem=143M942
81.42	   
81.42	   search
81.42	     run=18  nbConstraintChecks=28915768  nbValidityChecks=49184302  nbPropagations=1505900  nbRevisions=21078248
81.42	     nbUselessRevisions=17550580  nbAssignments=89021  nbFailedAssignments=44553  nbBacktracks=44320
81.42	     nbVisitedNodes=159965  nbRestartNogoods=112
81.42	       =>  wckTime=71.359  cpuTime=71.23  mem=143M942
116.79	   
116.79	   search
116.79	     run=19  nbConstraintChecks=43349268  nbValidityChecks=73727713  nbPropagations=2249782  nbRevisions=31477730
116.79	     nbUselessRevisions=26206004  nbAssignments=133596  nbFailedAssignments=66949  nbBacktracks=66491
116.79	     nbVisitedNodes=240014  nbRestartNogoods=125
116.79	       =>  wckTime=106.733  cpuTime=106.59  mem=143M942
169.66	   
169.66	   search
169.66	     run=20  nbConstraintChecks=64952063  nbValidityChecks=110425756  nbPropagations=3365425  nbRevisions=47037631
169.66	     nbUselessRevisions=39154745  nbAssignments=200072  nbFailedAssignments=100165  nbBacktracks=99743
169.66	     nbVisitedNodes=359262  nbRestartNogoods=139
169.66	       =>  wckTime=159.601  cpuTime=159.44  mem=143M942
239.02	   
239.02	   search
239.02	     run=21  nbConstraintChecks=93500931  nbValidityChecks=158803634  nbPropagations=4961284  nbRevisions=69364492
239.02	     nbUselessRevisions=57727818  nbAssignments=289176  nbFailedAssignments=145801  nbBacktracks=143191
239.02	     nbVisitedNodes=519361  nbRestartNogoods=152
239.02	       =>  wckTime=228.962  cpuTime=228.78  mem=143M942
239.02	   
239.02	   global
239.02	     nbConstraintChecks=93500931  nbValidityChecks=158803634  nbPropagations=4961304  nbRevisions=69364492
239.02	     nbUselessRevisions=57727818  nbRestartNogoods=152  solvingWckTime=228.964  solvingCpuTime=228.78  expiredTime=no
239.02	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=235.98
239.02	       =>  wckTime=238.732  cpuTime=235.94  mem=143M942
239.03	   
239.03	s SATISFIABLE
239.03	v 0 3 2 3 2 4 4 0 3 4 0 4 3 0 4 4 4 0 2 2 
239.03	d NODES 289176
239.03	d CHECKS 93500931
239.03	   
239.03	   totalWckTime=238.804  totalCpuTime=235.98

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/node75/watcher-247439-1168085833 -o ROOT/results/node75/solver-247439-1168085833 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247439-1168085833/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.07 0.22 0.90 4/65 25834
/proc/meminfo: memFree=1642480/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=216 CPUtime=0
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 46 0 0 0 0 0 0 0 19 0 1 0 156984969 221184 30 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6734628 0 0 4096 0 0 0 0 17 1 0 0
/proc/25833/statm: 73 33 26 14 0 5 0

[startup+0.105743 s]
/proc/loadavg: 0.07 0.22 0.90 4/65 25834
/proc/meminfo: memFree=1642480/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=914988 CPUtime=0.08
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 3028 0 1 0 7 1 0 0 22 0 8 0 156984969 936947712 2774 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 228747 2775 1439 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513797 s]
/proc/loadavg: 0.07 0.22 0.90 4/65 25834
/proc/meminfo: memFree=1642480/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915328 CPUtime=0.48
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 10283 0 1 0 43 5 0 0 17 0 8 0 156984969 937295872 10022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562862 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228832 10022 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33689 s]
/proc/loadavg: 0.07 0.22 0.90 2/72 25841
/proc/meminfo: memFree=1572152/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915328 CPUtime=1.3
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 23377 0 1 0 121 9 0 0 18 0 8 0 156984969 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 228832 23114 2147 14 0 215302 0
[pid=25833/tid=25835] ppid=25831 vsize=915328 CPUtime=0.08
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 6966 0 0 0 6 2 0 0 17 0 8 0 156984973 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 156984974 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 156984974 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915328 CPUtime=0.06
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 304 0 0 0 6 0 0 0 16 0 8 0 156984977 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937295872 23114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937295872 23114 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) 915328

[startup+2.98509 s]
/proc/loadavg: 0.15 0.23 0.90 2/72 25841
/proc/meminfo: memFree=1538936/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915328 CPUtime=2.95
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 30345 0 1 0 282 13 0 0 18 0 8 0 156984969 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228832 30079 2147 14 0 215302 0
[pid=25833/tid=25835] ppid=25831 vsize=915328 CPUtime=0.2
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 13929 0 0 0 16 4 0 0 16 0 8 0 156984973 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 156984974 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 156984974 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915328 CPUtime=0.07
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 306 0 0 0 7 0 0 0 16 0 8 0 156984977 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915328 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937295872 30079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915328

[startup+6.26148 s]
/proc/loadavg: 0.15 0.23 0.90 2/72 25841
/proc/meminfo: memFree=1496440/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=6.22
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 42822 0 1 0 603 19 0 0 16 0 8 0 156984969 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 40975 2162 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=1.02
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 26357 0 0 0 92 10 0 0 17 0 8 0 156984973 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.09
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 322 0 0 0 9 0 0 0 15 0 8 0 156984977 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 40975 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915400

[startup+12.7481 s]
/proc/loadavg: 0.28 0.25 0.90 2/72 25841
/proc/meminfo: memFree=1402552/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=12.7
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64216 0 1 0 1240 30 0 0 18 0 8 0 156984969 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62361 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 17 0 8 0 156984973 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.21
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 387 0 0 0 20 1 0 0 15 0 8 0 156984977 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915400

[startup+25.5716 s]
/proc/loadavg: 0.39 0.28 0.90 2/72 25841
/proc/meminfo: memFree=1402488/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=25.51
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64222 0 1 0 2521 30 0 0 18 0 8 0 156984969 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62365 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 16 0 8 0 156984973 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.22
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915400

[startup+51.2516 s]
/proc/loadavg: 0.60 0.33 0.90 2/72 25843
/proc/meminfo: memFree=1402296/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=51.17
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64222 0 1 0 5087 30 0 0 25 0 8 0 156984969 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073635295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62365 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 16 0 8 0 156984973 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.22
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915400

[startup+102.508 s]
/proc/loadavg: 0.82 0.43 0.91 2/72 25843
/proc/meminfo: memFree=1402360/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=102.41
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64222 0 1 0 10211 30 0 0 25 0 8 0 156984969 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62365 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 16 0 8 0 156984973 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.22
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 915400

[startup+162.597 s]
/proc/loadavg: 0.93 0.53 0.91 2/72 25843
/proc/meminfo: memFree=1402360/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=162.48
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64222 0 1 0 16218 30 0 0 25 0 8 0 156984969 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62365 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 16 0 8 0 156984973 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.22
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.48
Current children cumulated vsize (KiB) 915400

[startup+222.689 s]
/proc/loadavg: 0.98 0.62 0.91 2/72 25843
/proc/meminfo: memFree=1402424/2055920 swapFree=4184496/4192956
[pid=25833] ppid=25831 vsize=915400 CPUtime=222.55
/proc/25833/stat : 25833 (java) R 25831 25833 25368 0 -1 0 64222 0 1 0 22225 30 0 0 25 0 8 0 156984969 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25833/statm: 228850 62365 2522 14 0 215320 0
[pid=25833/tid=25835] ppid=25831 vsize=915400 CPUtime=2.48
/proc/25833/task/25835/stat : 25835 (java) S 25831 25833 25368 0 -1 64 47254 0 0 0 229 19 0 0 16 0 8 0 156984973 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25831 25833 25368 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25831 25833 25368 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984974 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25831 25833 25368 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25831 vsize=915400 CPUtime=0.22
/proc/25833/task/25839/stat : 25839 (java) S 25831 25833 25368 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25831 vsize=915400 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25831 25833 25368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156984977 937369600 62365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 915400

Child status: 0
Real time (s): 239.119
CPU time (s): 238.94
CPU user time (s): 238.592
CPU system time (s): 0.347947
CPU usage (%): 99.925
Max. virtual memory (cumulated for all children) (KiB): 919404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.592
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64228
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= 5780
involuntary context switches= 5456

runsolver used 0.268959 s user time and 0.58891 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 12:17:32 UTC 2007


IDJOB= 247439
IDBENCH= 11126
FILE ID= node75/247439-1168085833

PBS_JOBID= 3476311

Free space on /tmp= 66527 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247439-1168085833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-247439-1168085833 -o ROOT/results/node75/solver-247439-1168085833 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247439-1168085833/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fd92d74890c9fc650983ee8569f494ff

RANDOM SEED= 77390216

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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1642832 kB
Buffers:         10348 kB
Cached:         343028 kB
SwapCached:       2468 kB
Active:         110776 kB
Inactive:       251904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642832 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:           23720 kB
Writeback:           0 kB
Mapped:          15440 kB
Slab:            36332 kB
Committed_AS:  3166072 kB
PageTables:       1432 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= 66527 MiB



End job on node75 on Sat Jan  6 12:21:39 UTC 2007