Trace number 242324

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 ACUNSAT 2.93855 3.0244

DiagnosticValue
CHECKS442226
NODES51313

General information on the benchmark

Namedimacs/dubois/
dubois-22_ext.xml
MD5SUM6a02cda45f5a8214d2452c49232d373e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.030994
SatisfiableNO
(Un)Satisfiability was proved
Number of variables66
Number of constraints44
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension44
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/242324-1168085492/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.43	     nbVariables=66  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.43	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.47	     nbConstraints=44  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=42
0.47	     nbConflictsStructures=2  nbSharedConflictsStructures=42  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.47	       =>  wckTime=0.135  cpuTime=0.12  mem=6M951
0.51	   
0.51	   solver IterativeSystematicSolver being built... 
0.69	       =>  wckTime=0.351  cpuTime=0.26  mem=14M310
0.69	   
0.69	   preprocessing
0.69	     nbConstraintChecks=0  nbPropagations=66  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.69	     detectedInconsistency=no
0.69	       =>  wckTime=0.0020  cpuTime=0.0  mem=14M310
0.73	   
0.73	   search
0.73	     run=0  nbConstraintChecks=198  nbValidityChecks=352  nbPropagations=151  nbRevisions=196  nbUselessRevisions=132
0.73	     nbAssignments=43  nbFailedAssignments=1  nbBacktracks=21  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=1
0.73	     nbInferences=0  nbTooLargeKeys=0
0.73	       =>  wckTime=0.037  cpuTime=0.02  mem=15M417
0.74	   
0.74	   search
0.74	     run=1  nbConstraintChecks=368  nbValidityChecks=888  nbPropagations=422  nbRevisions=637  nbUselessRevisions=412
0.74	     nbAssignments=104  nbFailedAssignments=7  nbBacktracks=39  nbVisitedNodes=121  nbRestartNogoods=1  mapSize=12
0.74	     nbInferences=2  nbTooLargeKeys=0
0.74	       =>  wckTime=0.051  cpuTime=0.03  mem=15M417
0.76	   
0.76	   search
0.76	     run=2  nbConstraintChecks=559  nbValidityChecks=1500  nbPropagations=830  nbRevisions=1346  nbUselessRevisions=844
0.76	     nbAssignments=172  nbFailedAssignments=14  nbBacktracks=66  nbVisitedNodes=203  nbRestartNogoods=2  mapSize=25
0.76	     nbInferences=3  nbTooLargeKeys=0
0.76	       =>  wckTime=0.066  cpuTime=0.04  mem=15M417
0.77	   
0.77	   search
0.77	     run=3  nbConstraintChecks=814  nbValidityChecks=2282  nbPropagations=1411  nbRevisions=2386
0.77	     nbUselessRevisions=1457  nbAssignments=253  nbFailedAssignments=23  nbBacktracks=99  nbVisitedNodes=303
0.77	     nbRestartNogoods=3  mapSize=40  nbInferences=5  nbTooLargeKeys=0
0.77	       =>  wckTime=0.083  cpuTime=0.05  mem=15M417
0.79	   
0.79	   search
0.79	     run=4  nbConstraintChecks=1172  nbValidityChecks=3348  nbPropagations=2225  nbRevisions=3875
0.79	     nbUselessRevisions=2320  nbAssignments=358  nbFailedAssignments=34  nbBacktracks=151  nbVisitedNodes=436
0.79	     nbRestartNogoods=6  mapSize=64  nbInferences=12  nbTooLargeKeys=0
0.79	       =>  wckTime=0.102  cpuTime=0.06  mem=15M417
0.81	   
0.81	   search
0.81	     run=5  nbConstraintChecks=1690  nbValidityChecks=4876  nbPropagations=3387  nbRevisions=6007
0.81	     nbUselessRevisions=3529  nbAssignments=489  nbFailedAssignments=49  nbBacktracks=226  nbVisitedNodes=612
0.81	     nbRestartNogoods=8  mapSize=108  nbInferences=29  nbTooLargeKeys=0
0.81	       =>  wckTime=0.122  cpuTime=0.07  mem=15M417
0.84	   
0.84	   search
0.84	     run=6  nbConstraintChecks=2354  nbValidityChecks=6883  nbPropagations=5020  nbRevisions=8998
0.84	     nbUselessRevisions=5214  nbAssignments=668  nbFailedAssignments=54  nbBacktracks=341  nbVisitedNodes=836
0.84	     nbRestartNogoods=9  mapSize=151  nbInferences=65  nbTooLargeKeys=0
0.84	       =>  wckTime=0.147  cpuTime=0.09  mem=15M417
0.86	   
0.86	   search
0.86	     run=7  nbConstraintChecks=3891  nbValidityChecks=11367  nbPropagations=7764  nbRevisions=14014
0.86	     nbUselessRevisions=7992  nbAssignments=954  nbFailedAssignments=61  nbBacktracks=515  nbVisitedNodes=1216
0.86	     nbRestartNogoods=11  mapSize=243  nbInferences=146  nbTooLargeKeys=0
0.86	       =>  wckTime=0.167  cpuTime=0.1  mem=15M417
0.88	   
0.88	   search
0.88	     run=8  nbConstraintChecks=5878  nbValidityChecks=17298  nbPropagations=11903  nbRevisions=21644
0.88	     nbUselessRevisions=12269  nbAssignments=1368  nbFailedAssignments=63  nbBacktracks=771  nbVisitedNodes=1767
0.88	     nbRestartNogoods=13  mapSize=376  nbInferences=279  nbTooLargeKeys=0
0.88	       =>  wckTime=0.193  cpuTime=0.13  mem=15M417
0.94	   
0.94	   search
0.94	     run=9  nbConstraintChecks=8894  nbValidityChecks=26106  nbPropagations=18065  nbRevisions=33167
0.94	     nbUselessRevisions=18765  nbAssignments=1950  nbFailedAssignments=75  nbBacktracks=1156  nbVisitedNodes=2535
0.94	     nbRestartNogoods=17  mapSize=558  nbInferences=443  nbTooLargeKeys=0
0.94	       =>  wckTime=0.245  cpuTime=0.16  mem=15M417
0.99	   
0.99	   search
0.99	     run=10  nbConstraintChecks=16548  nbValidityChecks=49596  nbPropagations=30174  nbRevisions=55012
0.99	     nbUselessRevisions=30428  nbAssignments=2945  nbFailedAssignments=79  nbBacktracks=1736  nbVisitedNodes=3927
0.99	     nbRestartNogoods=21  mapSize=951  nbInferences=832  nbTooLargeKeys=0
0.99	       =>  wckTime=0.303  cpuTime=0.21  mem=15M417
1.04	   
1.04	   search
1.04	     run=11  nbConstraintChecks=22311  nbValidityChecks=66555  nbPropagations=46330  nbRevisions=84147
1.04	     nbUselessRevisions=46200  nbAssignments=4259  nbFailedAssignments=79  nbBacktracks=2602  nbVisitedNodes=5667
1.04	     nbRestartNogoods=25  mapSize=1372  nbInferences=1258  nbTooLargeKeys=0
1.04	       =>  wckTime=0.348  cpuTime=0.25  mem=15M417
1.11	   
1.11	   search
1.11	     run=12  nbConstraintChecks=31309  nbValidityChecks=92302  nbPropagations=68334  nbRevisions=124224
1.11	     nbUselessRevisions=68457  nbAssignments=6272  nbFailedAssignments=79  nbBacktracks=3903  nbVisitedNodes=8365
1.11	     nbRestartNogoods=30  mapSize=2053  nbInferences=1943  nbTooLargeKeys=0
1.11	       =>  wckTime=0.417  cpuTime=0.32  mem=15M417
1.21	   
1.21	   search
1.21	     run=13  nbConstraintChecks=44495  nbValidityChecks=130498  nbPropagations=99310  nbRevisions=180694
1.21	     nbUselessRevisions=100133  nbAssignments=9231  nbFailedAssignments=79  nbBacktracks=5849  nbVisitedNodes=12315
1.21	     nbRestartNogoods=34  mapSize=3039  nbInferences=2934  nbTooLargeKeys=0
1.21	       =>  wckTime=0.521  cpuTime=0.42  mem=15M417
1.43	   
1.43	   search
1.43	     run=14  nbConstraintChecks=90285  nbValidityChecks=266432  nbPropagations=163532  nbRevisions=297345
1.44	     nbUselessRevisions=163606  nbAssignments=14603  nbFailedAssignments=86  nbBacktracks=8769  nbVisitedNodes=20121
1.44	     nbRestartNogoods=39  mapSize=5469  nbInferences=5354  nbTooLargeKeys=0
1.44	       =>  wckTime=0.745  cpuTime=0.64  mem=16M392
1.91	   
1.91	   search
1.91	     run=15  nbConstraintChecks=217651  nbValidityChecks=647598  nbPropagations=328302  nbRevisions=583882
1.91	     nbUselessRevisions=305134  nbAssignments=23355  nbFailedAssignments=89  nbBacktracks=13148  nbVisitedNodes=33225
1.91	     nbRestartNogoods=43  mapSize=9817  nbInferences=9702  nbTooLargeKeys=0
1.91	       =>  wckTime=1.216  cpuTime=1.11  mem=16M392
2.50	   
2.50	   search
2.50	     run=16  nbConstraintChecks=369016  nbValidityChecks=1078367  nbPropagations=605505  nbRevisions=1061706
2.50	     nbUselessRevisions=536690  nbAssignments=35534  nbFailedAssignments=119  nbBacktracks=19718  nbVisitedNodes=51032
2.50	     nbRestartNogoods=47  mapSize=15441  nbInferences=15274  nbTooLargeKeys=0
2.50	       =>  wckTime=1.811  cpuTime=1.7  mem=17M367
2.96	   
2.96	   search
2.96	     run=17  nbConstraintChecks=438923  nbValidityChecks=1296124  nbPropagations=938632  nbRevisions=1632167
2.96	     nbUselessRevisions=815386  nbAssignments=50594  nbFailedAssignments=123  nbBacktracks=29571  nbVisitedNodes=71291
2.96	     nbRestartNogoods=51  mapSize=20633  nbInferences=20469  nbTooLargeKeys=0
2.96	       =>  wckTime=2.267  cpuTime=2.15  mem=18M342
2.98	   
2.98	   search
2.98	     run=18  nbConstraintChecks=442226  nbValidityChecks=1306610  nbPropagations=1274454  nbRevisions=2207102
2.98	     nbUselessRevisions=1096370  nbAssignments=51313  nbFailedAssignments=123  nbBacktracks=30039  nbVisitedNodes=72261
2.98	     nbRestartNogoods=57  mapSize=20884  nbInferences=20721  nbTooLargeKeys=0
2.98	       =>  wckTime=2.29  cpuTime=2.17  mem=18M342
2.98	   
2.98	   global
2.98	     nbConstraintChecks=442226  nbValidityChecks=1306610  nbPropagations=1274520  nbRevisions=2207102
2.98	     nbUselessRevisions=1096370  nbRestartNogoods=57  solvingWckTime=2.291  solvingCpuTime=2.17  expiredTime=no
2.98	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=2.47
2.98	       =>  wckTime=2.644  cpuTime=2.43  mem=18M342
2.98	   
2.98	s UNSATISFIABLE
2.98	d NODES 51313
2.98	d CHECKS 442226
2.98	   
2.98	   totalWckTime=2.726  totalCpuTime=2.47

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-242324-1168085492 -o ROOT/results/node6/solver-242324-1168085492 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242324-1168085492/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.03 1.39 1.67 4/93 11250
/proc/meminfo: memFree=1179504/2055924 swapFree=4165672/4192956
[pid=11249] ppid=11247 vsize=18540 CPUtime=0
/proc/11249/stat : 11249 (runsolver) R 11247 11249 11126 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156945601 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11249/statm: 4635 279 244 17 0 2626 0

[startup+0.108478 s]
/proc/loadavg: 1.03 1.39 1.67 4/93 11250
/proc/meminfo: memFree=1179504/2055924 swapFree=4165672/4192956
[pid=11249] ppid=11247 vsize=912760 CPUtime=0.08
/proc/11249/stat : 11249 (java) R 11247 11249 11126 0 -1 0 2779 0 1 0 6 2 0 0 18 0 8 0 156945601 934666240 2525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11249/statm: 228190 2525 1387 14 0 215091 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 912760

[startup+0.51753 s]
/proc/loadavg: 1.03 1.39 1.67 4/93 11250
/proc/meminfo: memFree=1179504/2055924 swapFree=4165672/4192956
[pid=11249] ppid=11247 vsize=915328 CPUtime=0.48
/proc/11249/stat : 11249 (java) R 11247 11249 11126 0 -1 0 6380 0 1 0 43 5 0 0 18 0 8 0 156945601 937295872 6118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11249/statm: 228832 6118 2210 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33862 s]
/proc/loadavg: 1.03 1.39 1.67 3/100 11257
/proc/meminfo: memFree=1155384/2055924 swapFree=4165672/4192956
[pid=11249] ppid=11247 vsize=915404 CPUtime=1.28
/proc/11249/stat : 11249 (java) R 11247 11249 11126 0 -1 0 8854 0 1 0 121 7 0 0 24 0 8 0 156945601 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073657120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11249/statm: 228851 8592 2516 14 0 215321 0
[pid=11249/tid=11251] ppid=11247 vsize=915404 CPUtime=0.02
/proc/11249/task/11251/stat : 11251 (java) S 11247 11249 11126 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 156945606 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11252] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11252/stat : 11252 (java) S 11247 11249 11126 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156945606 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11253] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11253/stat : 11253 (java) S 11247 11249 11126 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945606 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11254] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11254/stat : 11254 (java) S 11247 11249 11126 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156945610 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11255] ppid=11247 vsize=915404 CPUtime=0.2
/proc/11249/task/11255/stat : 11255 (java) S 11247 11249 11126 0 -1 64 364 0 0 0 19 1 0 0 15 0 8 0 156945610 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11256] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11256/stat : 11256 (java) S 11247 11249 11126 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156945610 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11257] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11257/stat : 11257 (java) S 11247 11249 11126 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156945610 937373696 8592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915404

[startup+2.97581 s]
/proc/loadavg: 1.03 1.39 1.67 3/100 11257
/proc/meminfo: memFree=1153592/2055924 swapFree=4165672/4192956
[pid=11249] ppid=11247 vsize=915404 CPUtime=2.91
/proc/11249/stat : 11249 (java) R 11247 11249 11126 0 -1 0 9477 0 1 0 283 8 0 0 25 0 8 0 156945601 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073564497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11249/statm: 228851 9214 2516 14 0 215321 0
[pid=11249/tid=11251] ppid=11247 vsize=915404 CPUtime=0.02
/proc/11249/task/11251/stat : 11251 (java) S 11247 11249 11126 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 156945606 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11252] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11252/stat : 11252 (java) S 11247 11249 11126 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156945606 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11253] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11253/stat : 11253 (java) S 11247 11249 11126 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945606 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11254] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11254/stat : 11254 (java) S 11247 11249 11126 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156945610 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11255] ppid=11247 vsize=915404 CPUtime=0.2
/proc/11249/task/11255/stat : 11255 (java) S 11247 11249 11126 0 -1 64 364 0 0 0 19 1 0 0 15 0 8 0 156945610 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11256] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11256/stat : 11256 (java) S 11247 11249 11126 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156945610 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11249/tid=11257] ppid=11247 vsize=915404 CPUtime=0
/proc/11249/task/11257/stat : 11257 (java) S 11247 11249 11126 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156945610 937373696 9214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915404

Child status: 0
Real time (s): 3.0244
CPU time (s): 2.93855
CPU user time (s): 2.84857
CPU system time (s): 0.089986
CPU usage (%): 97.1615
Max. virtual memory (cumulated for all children) (KiB): 915404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.84857
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9573
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= 1003
involuntary context switches= 1285

runsolver used 0.005999 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 12:11:38 UTC 2007


IDJOB= 242324
IDBENCH= 7384
FILE ID= node6/242324-1168085492

PBS_JOBID= 3476321

Free space on /tmp= 66528 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/dubois/dubois-22_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242324-1168085492/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-242324-1168085492 -o ROOT/results/node6/solver-242324-1168085492 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242324-1168085492/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6a02cda45f5a8214d2452c49232d373e

RANDOM SEED= 197809851

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.240
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.240
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:      2055924 kB
MemFree:       1179984 kB
Buffers:         83412 kB
Cached:         606404 kB
SwapCached:       3036 kB
Active:         413888 kB
Inactive:       365436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1179984 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         108724 kB
Slab:            81196 kB
Committed_AS:  5080416 kB
PageTables:       2520 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= 66528 MiB



End job on node6 on Sat Jan  6 12:11:50 UTC 2007