Trace number 227532

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 15.3627 15.4266

DiagnosticValue
CHECKS46050328
NODES66237

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-37_ext.xml
MD5SUM135bc134ed6aa591cd505db5603a8393
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 benchmark3.65344
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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/227532-1168080799/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.40	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.49	   
0.50	   constraints being loaded...
0.66	     nbConstraints=753  nbRelationTypes=752  nbExtensionStructures=752  nbSharedExtensionStructures=1
0.66	     nbConflictsStructures=752  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11889  maxDegree=39
0.66	     maxArity=2
0.66	       =>  wckTime=0.357  cpuTime=0.24  mem=11M844
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.543  cpuTime=0.36  mem=14M16
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.012  cpuTime=0.01  mem=14M16
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=11333  nbPropagations=325  nbRevisions=3690  nbUselessRevisions=3185  nbAssignments=20
0.89	     nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=29  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.044  cpuTime=0.03  mem=15M8
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=29703  nbPropagations=1077  nbRevisions=13299  nbUselessRevisions=11493  nbAssignments=52
0.92	     nbFailedAssignments=9  nbBacktracks=26  nbVisitedNodes=77  nbRestartNogoods=1  mapSize=19  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.069  cpuTime=0.05  mem=15M8
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=55286  nbPropagations=2375  nbRevisions=31126  nbUselessRevisions=26733  nbAssignments=90
0.93	     nbFailedAssignments=18  nbBacktracks=49  nbVisitedNodes=140  nbRestartNogoods=4  mapSize=40  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.088  cpuTime=0.06  mem=15M8
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=91533  nbPropagations=4428  nbRevisions=60798  nbUselessRevisions=52056
0.95	     nbAssignments=153  nbFailedAssignments=35  nbBacktracks=86  nbVisitedNodes=237  nbRestartNogoods=5  mapSize=70
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.106  cpuTime=0.07  mem=15M8
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=142971  nbPropagations=7543  nbRevisions=107417  nbUselessRevisions=91947
0.98	     nbAssignments=231  nbFailedAssignments=55  nbBacktracks=136  nbVisitedNodes=362  nbRestartNogoods=8  mapSize=112
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.128  cpuTime=0.09  mem=15M8
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=231817  nbPropagations=12302  nbRevisions=183494  nbUselessRevisions=157163
1.01	     nbAssignments=350  nbFailedAssignments=92  nbBacktracks=212  nbVisitedNodes=558  nbRestartNogoods=12  mapSize=177
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.165  cpuTime=0.13  mem=15M8
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=349494  nbPropagations=19300  nbRevisions=298537  nbUselessRevisions=255994
1.06	     nbAssignments=521  nbFailedAssignments=139  nbBacktracks=330  nbVisitedNodes=837  nbRestartNogoods=15  mapSize=273
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.211  cpuTime=0.17  mem=15M8
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=491577  nbPropagations=29092  nbRevisions=461533  nbUselessRevisions=396306
1.11	     nbAssignments=753  nbFailedAssignments=196  nbBacktracks=500  nbVisitedNodes=1206  nbRestartNogoods=18  mapSize=400
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.265  cpuTime=0.22  mem=15M8
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=724360  nbPropagations=43369  nbRevisions=702934  nbUselessRevisions=604106
1.21	     nbAssignments=1118  nbFailedAssignments=295  nbBacktracks=759  nbVisitedNodes=1794  nbRestartNogoods=20
1.21	     mapSize=601  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.363  cpuTime=0.32  mem=15M8
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=1052409  nbPropagations=63910  nbRevisions=1053469  nbUselessRevisions=905917
1.35	     nbAssignments=1657  nbFailedAssignments=441  nbBacktracks=1143  nbVisitedNodes=2643  nbRestartNogoods=23
1.35	     mapSize=881  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.503  cpuTime=0.44  mem=15M8
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=15M8)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=1576228  nbPropagations=94352  nbRevisions=1577784  nbUselessRevisions=1357105
1.52	     nbAssignments=2473  nbFailedAssignments=672  nbBacktracks=1720  nbVisitedNodes=3959  nbRestartNogoods=28
1.52	       =>  wckTime=0.677  cpuTime=0.61  mem=15M8
1.78	   
1.78	   search
1.78	     run=11  nbConstraintChecks=2437388  nbPropagations=140773  nbRevisions=2378877  nbUselessRevisions=2045165
1.78	     nbAssignments=3714  nbFailedAssignments=1035  nbBacktracks=2589  nbVisitedNodes=5982  nbRestartNogoods=33
1.78	       =>  wckTime=0.934  cpuTime=0.87  mem=15M8
2.15	   
2.15	   search
2.15	     run=12  nbConstraintChecks=3698205  nbPropagations=210177  nbRevisions=3593886  nbUselessRevisions=3090338
2.15	     nbAssignments=5549  nbFailedAssignments=1565  nbBacktracks=3887  nbVisitedNodes=8974  nbRestartNogoods=41
2.15	       =>  wckTime=1.304  cpuTime=1.24  mem=15M8
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=5628221  nbPropagations=315105  nbRevisions=5446209  nbUselessRevisions=4684033
2.75	     nbAssignments=8310  nbFailedAssignments=2373  nbBacktracks=5833  nbVisitedNodes=13492  nbRestartNogoods=45
2.75	       =>  wckTime=1.905  cpuTime=1.83  mem=15M8
3.65	   
3.65	   search
3.65	     run=14  nbConstraintChecks=8477960  nbPropagations=472791  nbRevisions=8224717  nbUselessRevisions=7070966
3.65	     nbAssignments=12425  nbFailedAssignments=3565  nbBacktracks=8754  nbVisitedNodes=20179  nbRestartNogoods=50
3.65	       =>  wckTime=2.8  cpuTime=2.73  mem=15M8
4.94	   
4.94	   search
4.94	     run=15  nbConstraintChecks=12685702  nbPropagations=707486  nbRevisions=12396357  nbUselessRevisions=10659682
4.94	     nbAssignments=18564  nbFailedAssignments=5319  nbBacktracks=13132  nbVisitedNodes=30120  nbRestartNogoods=53
4.94	       =>  wckTime=4.091  cpuTime=4.01  mem=15M8
6.95	   
6.95	   search
6.95	     run=16  nbConstraintChecks=19120840  nbPropagations=1060858  nbRevisions=18659722  nbUselessRevisions=16041540
6.95	     nbAssignments=27870  nbFailedAssignments=8043  nbBacktracks=19701  nbVisitedNodes=45349  nbRestartNogoods=65
6.95	       =>  wckTime=6.107  cpuTime=6.02  mem=15M8
9.98	   
9.98	   search
9.98	     run=17  nbConstraintChecks=28739240  nbPropagations=1591180  nbRevisions=28073252  nbUselessRevisions=24133242
9.98	     nbAssignments=41880  nbFailedAssignments=12195  nbBacktracks=29554  nbVisitedNodes=68234  nbRestartNogoods=71
9.98	       =>  wckTime=9.131  cpuTime=9.05  mem=15M8
14.62	   
14.62	   search
14.62	     run=18  nbConstraintChecks=43582089  nbPropagations=2390784  nbRevisions=42351966  nbUselessRevisions=36411787
14.62	     nbAssignments=62833  nbFailedAssignments=18362  nbBacktracks=44334  nbVisitedNodes=102468  nbRestartNogoods=77
14.62	       =>  wckTime=13.772  cpuTime=13.68  mem=15M8
15.39	   
15.39	   search
15.39	     run=19  nbConstraintChecks=46050328  nbPropagations=3234983  nbRevisions=57424604  nbUselessRevisions=49370485
15.39	     nbAssignments=66237  nbFailedAssignments=19378  nbBacktracks=46723  nbVisitedNodes=108037  nbRestartNogoods=86
15.39	       =>  wckTime=14.541  cpuTime=14.45  mem=15M8
15.39	   
15.39	   global
15.39	     nbConstraintChecks=46050328  nbPropagations=3235023  nbRevisions=57424604  nbUselessRevisions=49370485
15.39	     nbRestartNogoods=86  solvingWckTime=14.542  solvingCpuTime=14.45  expiredTime=no  totalExploration=yes
15.39	     nbFoundSolutions=0  globalCpuTime=14.85
15.39	       =>  wckTime=15.087  cpuTime=14.81  mem=15M8
15.39	   
15.39	s UNSATISFIABLE
15.39	d NODES 66237
15.39	d CHECKS 46050328
15.39	   
15.39	   totalWckTime=15.161  totalCpuTime=14.85

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/node42/watcher-227532-1168080799 -o ROOT/results/node42/solver-227532-1168080799 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227532-1168080799/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.11 0.42 0.74 1/68 25231
/proc/meminfo: memFree=1339032/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=1784 CPUtime=0
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 156480103 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25230/statm: 446 140 106 14 0 91 0

[startup+0.102882 s]
/proc/loadavg: 0.11 0.42 0.74 1/68 25231
/proc/meminfo: memFree=1339032/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916012 CPUtime=0.08
/proc/25230/stat : 25230 (java) S 25228 25230 25047 0 -1 0 2999 0 1 0 7 1 0 0 18 0 8 0 156480103 937996288 2745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25230/statm: 229003 2745 1427 14 0 215498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 916012

[startup+0.514929 s]
/proc/loadavg: 0.11 0.42 0.74 1/68 25231
/proc/meminfo: memFree=1339032/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916352 CPUtime=0.48
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 6454 0 1 0 45 3 0 0 17 0 8 0 156480103 938344448 6193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552901 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25230/statm: 229088 6193 2138 14 0 215558 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 916352

[startup+1.33601 s]
/proc/loadavg: 0.11 0.42 0.74 2/75 25238
/proc/meminfo: memFree=1315296/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916608 CPUtime=1.3
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 8673 0 1 0 125 5 0 0 16 0 8 0 156480103 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073914049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25230/statm: 229152 8411 2513 14 0 215622 0
[pid=25230/tid=25232] ppid=25228 vsize=916608 CPUtime=0.03
/proc/25230/task/25232/stat : 25232 (java) S 25228 25230 25047 0 -1 64 304 0 0 0 3 0 0 0 17 0 8 0 156480107 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25228 25230 25047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25234] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25228 25230 25047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25235] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25228 25230 25047 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156480111 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25236] ppid=25228 vsize=916608 CPUtime=0.24
/proc/25230/task/25236/stat : 25236 (java) S 25228 25230 25047 0 -1 64 412 0 0 0 23 1 0 0 16 0 8 0 156480111 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25228 25230 25047 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 156480111 938606592 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25228 25230 25047 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156480111 938606592 8411 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) 916608

[startup+2.97219 s]
/proc/loadavg: 0.11 0.42 0.74 2/75 25238
/proc/meminfo: memFree=1314976/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916608 CPUtime=2.93
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 8700 0 1 0 288 5 0 0 18 0 8 0 156480103 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 229152 8437 2513 14 0 215622 0
[pid=25230/tid=25232] ppid=25228 vsize=916608 CPUtime=0.03
/proc/25230/task/25232/stat : 25232 (java) S 25228 25230 25047 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156480107 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25228 25230 25047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25234] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25228 25230 25047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25235] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25228 25230 25047 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156480111 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25236] ppid=25228 vsize=916608 CPUtime=0.25
/proc/25230/task/25236/stat : 25236 (java) S 25228 25230 25047 0 -1 64 419 0 0 0 24 1 0 0 16 0 8 0 156480111 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25228 25230 25047 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 156480111 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25228 25230 25047 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156480111 938606592 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 916608

[startup+6.25056 s]
/proc/loadavg: 0.18 0.43 0.74 2/75 25271
/proc/meminfo: memFree=1312928/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916608 CPUtime=6.21
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 8705 0 1 0 615 6 0 0 25 0 8 0 156480103 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 229152 8441 2513 14 0 215622 0
[pid=25230/tid=25232] ppid=25228 vsize=916608 CPUtime=0.03
/proc/25230/task/25232/stat : 25232 (java) S 25228 25230 25047 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156480107 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25228 25230 25047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25234] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25228 25230 25047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25235] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25228 25230 25047 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156480111 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25236] ppid=25228 vsize=916608 CPUtime=0.25
/proc/25230/task/25236/stat : 25236 (java) S 25228 25230 25047 0 -1 64 419 0 0 0 24 1 0 0 15 0 8 0 156480111 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25228 25230 25047 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 156480111 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25228 25230 25047 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156480111 938606592 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 916608

[startup+12.7313 s]
/proc/loadavg: 0.25 0.44 0.74 4/87 25283
/proc/meminfo: memFree=1288704/2055920 swapFree=4191892/4192956
[pid=25230] ppid=25228 vsize=916608 CPUtime=12.69
/proc/25230/stat : 25230 (java) R 25228 25230 25047 0 -1 0 8710 0 1 0 1263 6 0 0 25 0 8 0 156480103 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073924793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25230/statm: 229152 8446 2513 14 0 215622 0
[pid=25230/tid=25232] ppid=25228 vsize=916608 CPUtime=0.03
/proc/25230/task/25232/stat : 25232 (java) S 25228 25230 25047 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156480107 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25233] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25233/stat : 25233 (java) S 25228 25230 25047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25234] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25234/stat : 25234 (java) S 25228 25230 25047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480108 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25235] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25235/stat : 25235 (java) S 25228 25230 25047 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156480111 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25230/tid=25236] ppid=25228 vsize=916608 CPUtime=0.25
/proc/25230/task/25236/stat : 25236 (java) S 25228 25230 25047 0 -1 64 419 0 0 0 24 1 0 0 15 0 8 0 156480111 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25237] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25237/stat : 25237 (java) S 25228 25230 25047 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 156480111 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25230/tid=25238] ppid=25228 vsize=916608 CPUtime=0
/proc/25230/task/25238/stat : 25238 (java) S 25228 25230 25047 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156480111 938606592 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 916608

Child status: 0
Real time (s): 15.4266
CPU time (s): 15.3627
CPU user time (s): 15.2957
CPU system time (s): 0.066989
CPU usage (%): 99.5853
Max. virtual memory (cumulated for all children) (KiB): 916608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2957
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8807
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= 1253
involuntary context switches= 546

runsolver used 0.016997 s user time and 0.045993 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 10:53:23 UTC 2007


IDJOB= 227532
IDBENCH= 6089
FILE ID= node42/227532-1168080799

PBS_JOBID= 3476175

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-37_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227532-1168080799/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-227532-1168080799 -o ROOT/results/node42/solver-227532-1168080799 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227532-1168080799/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  135bc134ed6aa591cd505db5603a8393

RANDOM SEED= 511350622

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.229
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.229
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:       1339576 kB
Buffers:         50496 kB
Cached:         571912 kB
SwapCached:        268 kB
Active:         115440 kB
Inactive:       526480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1339576 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          28464 kB
Slab:            60176 kB
Committed_AS:  2710824 kB
PageTables:       1616 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= 66541 MiB



End job on node42 on Sat Jan  6 10:53:47 UTC 2007