Trace number 217220

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 156.933 157.272

DiagnosticValue
CHECKS1112593646
NODES720577

General information on the benchmark

Namefrb/frb45-21/
frb45-21-3-mgd_ext.xml
MD5SUM4fc0de1fe7668cda0890d78503cd01e0
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 benchmark54.0408
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables45
Number of constraints369
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension369
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=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/217220-1168244765/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=45  nbDomainTypes=1  minDomainSize=21  maxDomainSize=21
0.43	       =>  wckTime=0.112  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.66	     nbConstraints=369  nbRelationTypes=369  nbExtensionStructures=369  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=369  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1704  maxDegree=24
0.66	     maxArity=2
0.66	       =>  wckTime=0.34  cpuTime=0.24  mem=14M754
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.532  cpuTime=0.37  mem=15M278
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=88153  nbPropagations=1072  nbRevisions=8533  nbUselessRevisions=7076  nbSingletonTests=56
0.91	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.91	       =>  wckTime=0.052  cpuTime=0.03  mem=15M278
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=39639  nbPropagations=1602  nbRevisions=14718  nbUselessRevisions=12030  nbAssignments=25
0.93	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.076  cpuTime=0.05  mem=15M278
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=124867  nbPropagations=4286  nbRevisions=39449  nbUselessRevisions=32352
0.96	     nbAssignments=83  nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=83  nbRestartNogoods=4  mapSize=18
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.098  cpuTime=0.07  mem=15M278
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=185593  nbPropagations=7804  nbRevisions=74220  nbUselessRevisions=60932
0.97	     nbAssignments=129  nbFailedAssignments=27  nbBacktracks=48  nbVisitedNodes=155  nbRestartNogoods=5  mapSize=35
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.114  cpuTime=0.08  mem=15M278
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=277504  nbPropagations=12532  nbRevisions=124728  nbUselessRevisions=102354
0.99	     nbAssignments=194  nbFailedAssignments=47  nbBacktracks=83  nbVisitedNodes=257  nbRestartNogoods=9  mapSize=60
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.132  cpuTime=0.09  mem=15M278
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=410569  nbPropagations=19016  nbRevisions=198710  nbUselessRevisions=162538
1.02	     nbAssignments=286  nbFailedAssignments=79  nbBacktracks=133  nbVisitedNodes=405  nbRestartNogoods=13  mapSize=100
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.157  cpuTime=0.12  mem=15M278
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=690878  nbPropagations=28728  nbRevisions=314393  nbUselessRevisions=255742
1.06	     nbAssignments=450  nbFailedAssignments=140  nbBacktracks=208  nbVisitedNodes=651  nbRestartNogoods=17  mapSize=163
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.205  cpuTime=0.16  mem=15M278
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1016822  nbPropagations=42746  nbRevisions=486932  nbUselessRevisions=394371
1.12	     nbAssignments=655  nbFailedAssignments=222  nbBacktracks=321  nbVisitedNodes=1010  nbRestartNogoods=21  mapSize=265
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.26  cpuTime=0.21  mem=15M278
1.19	   
1.19	   search
1.19	     run=7  nbConstraintChecks=1498695  nbPropagations=62766  nbRevisions=739849  nbUselessRevisions=596963
1.19	     nbAssignments=949  nbFailedAssignments=334  nbBacktracks=494  nbVisitedNodes=1514  nbRestartNogoods=26  mapSize=412
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.337  cpuTime=0.29  mem=15M278
1.30	   
1.30	   search
1.30	     run=8  nbConstraintChecks=2108008  nbPropagations=91134  nbRevisions=1106086  nbUselessRevisions=891281
1.30	     nbAssignments=1377  nbFailedAssignments=497  nbBacktracks=751  nbVisitedNodes=2252  nbRestartNogoods=32
1.30	     mapSize=628  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.445  cpuTime=0.39  mem=15M278
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=3155752  nbPropagations=133088  nbRevisions=1662159  nbUselessRevisions=1338685
1.48	     nbAssignments=2043  nbFailedAssignments=774  nbBacktracks=1135  nbVisitedNodes=3432  nbRestartNogoods=40
1.48	     mapSize=965  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.62  cpuTime=0.55  mem=15M278
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=15M278)
1.71	   
1.71	   search
1.71	     run=10  nbConstraintChecks=4711776  nbPropagations=194343  nbRevisions=2484111  nbUselessRevisions=1998579
1.71	     nbAssignments=3015  nbFailedAssignments=1163  nbBacktracks=1713  nbVisitedNodes=5117  nbRestartNogoods=41
1.71	       =>  wckTime=0.854  cpuTime=0.77  mem=15M278
2.03	   
2.03	   search
2.04	     run=11  nbConstraintChecks=6953599  nbPropagations=284830  nbRevisions=3715546  nbUselessRevisions=2989218
2.04	     nbAssignments=4509  nbFailedAssignments=1786  nbBacktracks=2577  nbVisitedNodes=7726  nbRestartNogoods=46
2.04	       =>  wckTime=1.178  cpuTime=1.09  mem=15M278
2.50	   
2.50	   search
2.50	     run=12  nbConstraintChecks=10184847  nbPropagations=417141  nbRevisions=5528427  nbUselessRevisions=4446601
2.50	     nbAssignments=6641  nbFailedAssignments=2610  nbBacktracks=3874  nbVisitedNodes=11382  nbRestartNogoods=53
2.50	       =>  wckTime=1.64  cpuTime=1.56  mem=15M278
3.24	   
3.24	   search
3.24	     run=13  nbConstraintChecks=15494708  nbPropagations=615442  nbRevisions=8262682  nbUselessRevisions=6639908
3.24	     nbAssignments=9887  nbFailedAssignments=3902  nbBacktracks=5822  nbVisitedNodes=17055  nbRestartNogoods=62
3.24	       =>  wckTime=2.379  cpuTime=2.3  mem=15M278
4.32	   
4.32	   search
4.32	     run=14  nbConstraintChecks=23307984  nbPropagations=911924  nbRevisions=12351156  nbUselessRevisions=9915991
4.32	     nbAssignments=14834  nbFailedAssignments=5920  nbBacktracks=8744  nbVisitedNodes=25625  nbRestartNogoods=68
4.32	       =>  wckTime=3.467  cpuTime=3.38  mem=15M278
5.89	   
5.89	   search
5.89	     run=15  nbConstraintChecks=34341133  nbPropagations=1351578  nbRevisions=18400177  nbUselessRevisions=14759621
5.89	     nbAssignments=22081  nbFailedAssignments=8780  nbBacktracks=13123  nbVisitedNodes=38184  nbRestartNogoods=76
5.89	       =>  wckTime=5.033  cpuTime=4.95  mem=15M278
8.32	   
8.32	   search
8.32	     run=16  nbConstraintChecks=51944666  nbPropagations=2008808  nbRevisions=27442930  nbUselessRevisions=21992234
8.32	     nbAssignments=32854  nbFailedAssignments=12975  nbBacktracks=19693  nbVisitedNodes=56874  nbRestartNogoods=85
8.32	       =>  wckTime=7.461  cpuTime=7.37  mem=15M278
11.78	   
11.78	   search
11.78	     run=17  nbConstraintChecks=76081661  nbPropagations=2986555  nbRevisions=40941732  nbUselessRevisions=32817784
11.78	     nbAssignments=49342  nbFailedAssignments=19601  nbBacktracks=29546  nbVisitedNodes=85570  nbRestartNogoods=93
11.78	       =>  wckTime=10.925  cpuTime=10.83  mem=15M278
17.31	   
17.31	   search
17.31	     run=18  nbConstraintChecks=115763734  nbPropagations=4472827  nbRevisions=61502778  nbUselessRevisions=49311137
17.31	     nbAssignments=74804  nbFailedAssignments=30260  nbBacktracks=44325  nbVisitedNodes=130259  nbRestartNogoods=103
17.31	       =>  wckTime=16.458  cpuTime=16.36  mem=16M253
25.49	   
25.49	   search
25.49	     run=19  nbConstraintChecks=175236592  nbPropagations=6691708  nbRevisions=92213845  nbUselessRevisions=73922447
25.49	     nbAssignments=111099  nbFailedAssignments=44378  nbBacktracks=66499  nbVisitedNodes=193182  nbRestartNogoods=120
25.49	       =>  wckTime=24.632  cpuTime=24.5  mem=16M253
37.54	   
37.54	   search
37.54	     run=20  nbConstraintChecks=261068838  nbPropagations=10018250  nbRevisions=138311677  nbUselessRevisions=110902903
37.54	     nbAssignments=167131  nbFailedAssignments=67145  nbBacktracks=99753  nbVisitedNodes=290628  nbRestartNogoods=132
37.54	       =>  wckTime=36.684  cpuTime=36.55  mem=16M253
55.83	   
55.83	   search
55.83	     run=21  nbConstraintChecks=390292517  nbPropagations=15023772  nbRevisions=207813668  nbUselessRevisions=166721074
55.83	     nbAssignments=251489  nbFailedAssignments=101618  nbBacktracks=149632  nbVisitedNodes=438042  nbRestartNogoods=147
55.83	       =>  wckTime=54.971  cpuTime=54.83  mem=16M253
83.18	   
83.18	   search
83.18	     run=22  nbConstraintChecks=587583030  nbPropagations=22498522  nbRevisions=311915896  nbUselessRevisions=250301636
83.18	     nbAssignments=376675  nbFailedAssignments=151976  nbBacktracks=224453  nbVisitedNodes=655884  nbRestartNogoods=155
83.18	       =>  wckTime=82.325  cpuTime=82.15  mem=16M253
122.72	   
122.72	   search
122.72	     run=23  nbConstraintChecks=867964765  nbPropagations=33602490  nbRevisions=466546429  nbUselessRevisions=374592903
122.72	     nbAssignments=562771  nbFailedAssignments=225837  nbBacktracks=336684  nbVisitedNodes=977762  nbRestartNogoods=170
122.72	       =>  wckTime=121.867  cpuTime=121.64  mem=16M253
157.22	   
157.22	   search
157.22	     run=24  nbConstraintChecks=1112505493  nbPropagations=47844772  nbRevisions=665371869  nbUselessRevisions=534545208
157.22	     nbAssignments=720577  nbFailedAssignments=290868  nbBacktracks=429414  nbVisitedNodes=1254218  nbRestartNogoods=183
157.22	       =>  wckTime=156.366  cpuTime=156.02  mem=16M253
157.22	   
157.22	   global
157.23	     nbConstraintChecks=1112593646  nbPropagations=47845844  nbRevisions=665380402  nbUselessRevisions=534552284
157.23	     nbRestartNogoods=183  solvingWckTime=156.367  solvingCpuTime=156.02  expiredTime=no  totalExploration=no
157.23	     nbFoundSolutions=1  globalCpuTime=156.44
157.23	       =>  wckTime=156.903  cpuTime=156.39  mem=16M253
157.23	   
157.23	s SATISFIABLE
157.23	v 16 13 2 8 2 6 6 5 4 13 18 17 14 1 10 5 12 15 0 12 18 7 7 0 3 3 12 14 2 20 11 9 20 10 18 8 13 2 15 15 14 10 3 19 12 
157.23	d NODES 720577
157.23	d CHECKS 1112593646
157.23	   
157.23	   totalWckTime=156.984  totalCpuTime=156.45

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/node15/watcher-217220-1168244765 -o ROOT/results/node15/solver-217220-1168244765 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217220-1168244765/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: 2.00 2.02 2.00 4/88 7172
/proc/meminfo: memFree=1831088/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=172 CPUtime=0
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 172871380 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 0 0 0
/proc/7171/statm: 43 24 18 14 0 3 0

[startup+0.108161 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 7172
/proc/meminfo: memFree=1831088/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=914988 CPUtime=0.09
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 3079 0 1 0 8 1 0 0 22 0 8 0 172871380 936947712 2825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516231 s]
/proc/loadavg: 2.00 2.02 2.00 4/88 7172
/proc/meminfo: memFree=1831088/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915328 CPUtime=0.46
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 6820 0 9 0 42 4 0 0 22 0 8 0 172871380 937295872 6567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228832 6568 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.34137 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7179
/proc/meminfo: memFree=1804216/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=1.29
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8948 0 9 0 123 6 0 0 25 0 8 0 172871380 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917045 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8694 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 16 0 8 0 172871383 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.21
/proc/7171/task/7177/stat : 7177 (java) R 7169 7171 5878 0 -1 64 381 0 0 0 20 1 0 0 15 0 8 0 172871387 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153066206 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.97865 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7179
/proc/meminfo: memFree=1804088/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=2.92
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8961 0 9 0 286 6 0 0 25 0 8 0 172871380 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803774 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8706 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 17 0 8 0 172871383 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.23
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 393 0 0 0 22 1 0 0 15 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.27622 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7179
/proc/meminfo: memFree=1803960/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=6.23
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8962 0 9 0 616 7 0 0 25 0 8 0 172871380 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8706 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 16 0 8 0 172871383 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.24
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.7503 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7179
/proc/meminfo: memFree=1803968/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=12.7
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8963 0 9 0 1263 7 0 0 25 0 8 0 172871380 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8707 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 17 0 8 0 172871383 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.24
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915456

[startup+25.6035 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7179
/proc/meminfo: memFree=1804032/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=25.51
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8964 0 9 0 2544 7 0 0 25 0 8 0 172871380 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8707 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 16 0 8 0 172871383 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.24
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915456

[startup+51.2099 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7179
/proc/meminfo: memFree=1804032/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=51.1
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8964 0 9 0 5103 7 0 0 25 0 8 0 172871380 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814917 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8707 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 16 0 8 0 172871383 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.24
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915456

[startup+102.415 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 7179
/proc/meminfo: memFree=1804032/2055920 swapFree=4174172/4192956
[pid=7171] ppid=7169 vsize=915456 CPUtime=102.25
/proc/7171/stat : 7171 (java) R 7169 7171 5878 0 -1 0 8964 0 9 0 10218 7 0 0 25 0 8 0 172871380 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7171/statm: 228864 8707 2524 14 0 215334 0
[pid=7171/tid=7173] ppid=7169 vsize=915456 CPUtime=0.03
/proc/7171/task/7173/stat : 7173 (java) S 7169 7171 5878 0 -1 64 340 0 0 0 3 0 0 0 16 0 8 0 172871383 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7174] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7174/stat : 7174 (java) S 7169 7171 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7175] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7175/stat : 7175 (java) S 7169 7171 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172871384 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7176] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7176/stat : 7176 (java) S 7169 7171 5878 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7177] ppid=7169 vsize=915456 CPUtime=0.24
/proc/7171/task/7177/stat : 7177 (java) S 7169 7171 5878 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7178] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7178/stat : 7178 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7171/tid=7179] ppid=7169 vsize=915456 CPUtime=0
/proc/7171/task/7179/stat : 7179 (java) S 7169 7171 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172871387 937426944 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 157.272
CPU time (s): 156.933
CPU user time (s): 156.852
CPU system time (s): 0.080987
CPU usage (%): 99.7846
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.852
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8974
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4382
involuntary context switches= 8966

runsolver used 0.179972 s user time and 0.530919 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan  8 08:26:05 UTC 2007


IDJOB= 217220
IDBENCH= 5124
FILE ID= node15/217220-1168244765

PBS_JOBID= 3481562

Free space on /tmp= 66332 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4fc0de1fe7668cda0890d78503cd01e0

RANDOM SEED= 189286692

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.276
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.276
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:       1831568 kB
Buffers:         49576 kB
Cached:          79140 kB
SwapCached:       6400 kB
Active:          97676 kB
Inactive:        71304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831568 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          50904 kB
Slab:            40024 kB
Committed_AS:  5060976 kB
PageTables:       2368 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= 66332 MiB



End job on node15 on Mon Jan  8 08:28:43 UTC 2007