Trace number 231181

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 48.5486 49.0064

DiagnosticValue
CHECKS369457273
NODES176460

General information on the benchmark

Namegeom/
geo50-20-d4-75-41_ext.xml
MD5SUMf722cd49396bceac77d040b8ed1bfc74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.597
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension469
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/231181-1168081129/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.40	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.66	     nbConstraints=469  nbRelationTypes=469  nbExtensionStructures=469  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=469  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4536  maxDegree=30
0.66	     maxArity=2
0.66	       =>  wckTime=0.355  cpuTime=0.27  mem=15M762
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.545  cpuTime=0.38  mem=15M232
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M232
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=56005  nbPropagations=584  nbRevisions=8598  nbUselessRevisions=7242  nbAssignments=26
0.91	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.055  cpuTime=0.03  mem=15M232
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=133422  nbPropagations=1917  nbRevisions=28805  nbUselessRevisions=23924
0.93	     nbAssignments=58  nbFailedAssignments=25  nbBacktracks=25  nbVisitedNodes=105  nbRestartNogoods=3  mapSize=24
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.082  cpuTime=0.05  mem=15M232
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=221879  nbPropagations=4094  nbRevisions=63066  nbUselessRevisions=52284
0.98	     nbAssignments=102  nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=184  nbRestartNogoods=7  mapSize=46
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.126  cpuTime=0.07  mem=15M232
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=360175  nbPropagations=7602  nbRevisions=119871  nbUselessRevisions=99173
1.00	     nbAssignments=171  nbFailedAssignments=76  nbBacktracks=80  nbVisitedNodes=310  nbRestartNogoods=9  mapSize=76
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.151  cpuTime=0.09  mem=15M232
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=595065  nbPropagations=13262  nbRevisions=214260  nbUselessRevisions=177180
1.04	     nbAssignments=280  nbFailedAssignments=131  nbBacktracks=130  nbVisitedNodes=508  nbRestartNogoods=13  mapSize=125
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.191  cpuTime=0.13  mem=15M232
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=894147  nbPropagations=21957  nbRevisions=361373  nbUselessRevisions=299316
1.10	     nbAssignments=436  nbFailedAssignments=204  nbBacktracks=207  nbVisitedNodes=796  nbRestartNogoods=20  mapSize=199
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.245  cpuTime=0.18  mem=15M232
1.18	   
1.18	   search
1.18	     run=6  nbConstraintChecks=1352722  nbPropagations=35046  nbRevisions=587264  nbUselessRevisions=487446
1.18	     nbAssignments=668  nbFailedAssignments=318  nbBacktracks=320  nbVisitedNodes=1223  nbRestartNogoods=26  mapSize=307
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.327  cpuTime=0.25  mem=15M232
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=2058419  nbPropagations=54658  nbRevisions=925515  nbUselessRevisions=768529
1.29	     nbAssignments=1006  nbFailedAssignments=481  nbBacktracks=491  nbVisitedNodes=1845  nbRestartNogoods=35
1.29	     mapSize=470  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.437  cpuTime=0.36  mem=15M232
1.46	   
1.46	   search
1.46	     run=8  nbConstraintChecks=3137373  nbPropagations=84029  nbRevisions=1436997  nbUselessRevisions=1194079
1.46	     nbAssignments=1528  nbFailedAssignments=742  nbBacktracks=747  nbVisitedNodes=2811  nbRestartNogoods=39
1.46	     mapSize=717  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.607  cpuTime=0.52  mem=15M232
1.64	   
1.64	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=15M232)
1.68	   
1.68	   search
1.68	     run=9  nbConstraintChecks=4707014  nbPropagations=127748  nbRevisions=2201974  nbUselessRevisions=1829660
1.68	     nbAssignments=2286  nbFailedAssignments=1112  nbBacktracks=1132  nbVisitedNodes=4211  nbRestartNogoods=47
1.68	       =>  wckTime=0.832  cpuTime=0.74  mem=15M232
2.02	   
2.02	   search
2.02	     run=10  nbConstraintChecks=7143572  nbPropagations=194033  nbRevisions=3371706  nbUselessRevisions=2802936
2.02	     nbAssignments=3419  nbFailedAssignments=1665  nbBacktracks=1708  nbVisitedNodes=6337  nbRestartNogoods=58
2.02	       =>  wckTime=1.168  cpuTime=1.06  mem=15M232
2.48	   
2.48	   search
2.48	     run=11  nbConstraintChecks=10679649  nbPropagations=292279  nbRevisions=5093603  nbUselessRevisions=4231213
2.48	     nbAssignments=5120  nbFailedAssignments=2498  nbBacktracks=2573  nbVisitedNodes=9509  nbRestartNogoods=70
2.48	       =>  wckTime=1.629  cpuTime=1.51  mem=15M232
3.12	   
3.12	   search
3.12	     run=12  nbConstraintChecks=15547529  nbPropagations=435312  nbRevisions=7623442  nbUselessRevisions=6335330
3.12	     nbAssignments=7575  nbFailedAssignments=3651  nbBacktracks=3871  nbVisitedNodes=14057  nbRestartNogoods=84
3.12	       =>  wckTime=2.265  cpuTime=2.15  mem=15M232
4.14	   
4.14	   search
4.14	     run=13  nbConstraintChecks=23376760  nbPropagations=648769  nbRevisions=11422951  nbUselessRevisions=9498773
4.14	     nbAssignments=11323  nbFailedAssignments=5448  nbBacktracks=5817  nbVisitedNodes=21003  nbRestartNogoods=98
4.14	       =>  wckTime=3.285  cpuTime=3.16  mem=15M232
5.69	   
5.69	   search
5.69	     run=14  nbConstraintChecks=35252511  nbPropagations=971128  nbRevisions=17167197  nbUselessRevisions=14280810
5.69	     nbAssignments=17000  nbFailedAssignments=8201  nbBacktracks=8736  nbVisitedNodes=31524  nbRestartNogoods=113
5.69	       =>  wckTime=4.842  cpuTime=4.7  mem=15M232
7.88	   
7.88	   search
7.88	     run=15  nbConstraintChecks=51968445  nbPropagations=1448258  nbRevisions=25698278  nbUselessRevisions=21392744
7.88	     nbAssignments=25228  nbFailedAssignments=12048  nbBacktracks=13114  nbVisitedNodes=46769  nbRestartNogoods=126
7.88	       =>  wckTime=7.032  cpuTime=6.88  mem=15M232
11.14	   
11.14	   search
11.14	     run=16  nbConstraintChecks=76949493  nbPropagations=2157888  nbRevisions=38454086  nbUselessRevisions=32052858
11.14	     nbAssignments=37768  nbFailedAssignments=18016  nbBacktracks=19682  nbVisitedNodes=69958  nbRestartNogoods=143
11.14	       =>  wckTime=10.291  cpuTime=10.12  mem=15M232
16.28	   
16.28	   search
16.28	     run=17  nbConstraintChecks=116649087  nbPropagations=3228494  nbRevisions=57528960  nbUselessRevisions=47952762
16.28	     nbAssignments=56733  nbFailedAssignments=27124  nbBacktracks=29535  nbVisitedNodes=105123  nbRestartNogoods=158
16.28	       =>  wckTime=15.425  cpuTime=15.21  mem=15M232
24.06	   
24.06	   search
24.06	     run=18  nbConstraintChecks=176797242  nbPropagations=4843160  nbRevisions=86414149  nbUselessRevisions=72050401
24.06	     nbAssignments=85341  nbFailedAssignments=40950  nbBacktracks=44313  nbVisitedNodes=158079  nbRestartNogoods=168
24.06	       =>  wckTime=23.205  cpuTime=22.93  mem=15M232
35.80	   
35.80	   search
35.80	     run=19  nbConstraintChecks=267561279  nbPropagations=7282612  nbRevisions=130385248  nbUselessRevisions=108775591
35.80	     nbAssignments=128592  nbFailedAssignments=62031  nbBacktracks=66483  nbVisitedNodes=238650  nbRestartNogoods=177
35.80	       =>  wckTime=34.946  cpuTime=34.58  mem=15M232
48.98	   
48.98	   search
48.98	     run=20  nbConstraintChecks=369457273  nbPropagations=10634390  nbRevisions=191145726  nbUselessRevisions=159561639
48.98	     nbAssignments=176460  nbFailedAssignments=85384  nbBacktracks=90999  nbVisitedNodes=327708  nbRestartNogoods=177
48.98	       =>  wckTime=48.126  cpuTime=47.63  mem=15M232
48.98	   
48.98	   global
48.98	     nbConstraintChecks=369457273  nbPropagations=10634440  nbRevisions=191145726  nbUselessRevisions=159561639
48.98	     nbRestartNogoods=177  solvingWckTime=48.127  solvingCpuTime=47.64  expiredTime=no  totalExploration=yes
48.98	     nbFoundSolutions=0  globalCpuTime=48.07
48.98	       =>  wckTime=48.675  cpuTime=48.03  mem=15M232
48.98	   
48.98	s UNSATISFIABLE
48.98	d NODES 176460
48.98	d CHECKS 369457273
48.98	   
48.98	   totalWckTime=48.751  totalCpuTime=48.07

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/node38/watcher-231181-1168081129 -o ROOT/results/node38/solver-231181-1168081129 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231181-1168081129/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.88 1.06 1.56 3/80 16300
/proc/meminfo: memFree=1597344/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=18540 CPUtime=0
/proc/16299/stat : 16299 (runsolver) R 16297 16299 16176 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156513021 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16299/statm: 4635 279 244 17 0 2626 0

[startup+0.103325 s]
/proc/loadavg: 0.88 1.06 1.56 3/80 16300
/proc/meminfo: memFree=1597344/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=914988 CPUtime=0.08
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 2967 0 1 0 7 1 0 0 24 0 8 0 156513021 936947712 2713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582787 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228747 2713 1418 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515406 s]
/proc/loadavg: 0.88 1.06 1.56 3/80 16300
/proc/meminfo: memFree=1597344/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915328 CPUtime=0.49
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 6955 0 1 0 45 4 0 0 25 0 8 0 156513021 937295872 6694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934867 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228832 6694 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33856 s]
/proc/loadavg: 0.97 1.08 1.56 3/87 16307
/proc/meminfo: memFree=1571752/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915460 CPUtime=1.28
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 9107 0 1 0 122 6 0 0 25 0 8 0 156513021 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228865 8845 2513 14 0 215335 0
[pid=16299/tid=16301] ppid=16297 vsize=915460 CPUtime=0.03
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 16176 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156513026 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 16176 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156513026 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 16176 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156513026 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 16176 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156513029 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=915460 CPUtime=0.2
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 16176 0 -1 64 380 0 0 0 19 1 0 0 15 0 8 0 156513029 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156513029 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156513029 937431040 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.97588 s]
/proc/loadavg: 0.97 1.08 1.56 3/87 16307
/proc/meminfo: memFree=1571560/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915460 CPUtime=2.9
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 9123 0 1 0 284 6 0 0 25 0 8 0 156513021 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228865 8860 2513 14 0 215335 0
[pid=16299/tid=16301] ppid=16297 vsize=915460 CPUtime=0.03
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 16176 0 -1 64 375 0 0 0 3 0 0 0 17 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 16176 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 16176 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 16176 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=915460 CPUtime=0.23
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 16176 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.27052 s]
/proc/loadavg: 1.05 1.09 1.57 3/87 16307
/proc/meminfo: memFree=1571560/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915460 CPUtime=6.17
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 9125 0 1 0 611 6 0 0 25 0 8 0 156513021 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812967 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228865 8860 2513 14 0 215335 0
[pid=16299/tid=16301] ppid=16297 vsize=915460 CPUtime=0.03
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 16176 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 16176 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 16176 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 16176 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=915460 CPUtime=0.23
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 16176 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915460

[startup+12.7428 s]
/proc/loadavg: 1.13 1.11 1.57 3/87 16307
/proc/meminfo: memFree=1571560/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915460 CPUtime=12.6
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 9125 0 1 0 1254 6 0 0 25 0 8 0 156513021 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228865 8860 2513 14 0 215335 0
[pid=16299/tid=16301] ppid=16297 vsize=915460 CPUtime=0.03
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 16176 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 16176 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 16176 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 16176 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=915460 CPUtime=0.23
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 16176 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915460

[startup+25.5963 s]
/proc/loadavg: 1.26 1.14 1.57 3/87 16307
/proc/meminfo: memFree=1571624/2055920 swapFree=4192812/4192956
[pid=16299] ppid=16297 vsize=915460 CPUtime=25.35
/proc/16299/stat : 16299 (java) R 16297 16299 16176 0 -1 0 9125 0 1 0 2529 6 0 0 25 0 8 0 156513021 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 228865 8860 2513 14 0 215335 0
[pid=16299/tid=16301] ppid=16297 vsize=915460 CPUtime=0.03
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 16176 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 16176 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 16176 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156513026 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 16176 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=915460 CPUtime=0.23
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 16176 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=915460 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 16176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156513029 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 49.0064
CPU time (s): 48.5486
CPU user time (s): 48.4746
CPU system time (s): 0.073988
CPU usage (%): 99.0658
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.4746
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9133
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= 2186
involuntary context switches= 3480

runsolver used 0.06199 s user time and 0.124981 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 10:58:51 UTC 2007


IDJOB= 231181
IDBENCH= 6453
FILE ID= node38/231181-1168081129

PBS_JOBID= 3476119

Free space on /tmp= 66514 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231181-1168081129/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-231181-1168081129 -o ROOT/results/node38/solver-231181-1168081129 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231181-1168081129/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f722cd49396bceac77d040b8ed1bfc74

RANDOM SEED= 319258186

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.267
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.267
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:       1597952 kB
Buffers:         27668 kB
Cached:         311244 kB
SwapCached:          0 kB
Active:         101820 kB
Inactive:       285208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          68280 kB
Slab:            56152 kB
Committed_AS:  3941516 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66514 MiB



End job on node38 on Sat Jan  6 10:59:47 UTC 2007