Trace number 229246

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 25.1922 25.2582

DiagnosticValue
CHECKS158575657
NODES150438

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-27_ext.xml
MD5SUMd4f87ac654423fce43e15062f9d6d02d
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 benchmark7.08292
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229246-1168080955/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1448  maxDegree=18
0.57	     maxArity=2
0.57	       =>  wckTime=0.271  cpuTime=0.2  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.459  cpuTime=0.32  mem=13M733
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M733
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=24722  nbPropagations=525  nbRevisions=4340  nbUselessRevisions=3381  nbAssignments=28
0.81	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.048  cpuTime=0.03  mem=14M708
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=76063  nbPropagations=1867  nbRevisions=17524  nbUselessRevisions=13581  nbAssignments=66
0.83	     nbFailedAssignments=24  nbBacktracks=27  nbVisitedNodes=108  nbRestartNogoods=3  mapSize=23  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.069  cpuTime=0.04  mem=14M708
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=123453  nbPropagations=4037  nbRevisions=39513  nbUselessRevisions=30481
0.85	     nbAssignments=106  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=178  nbRestartNogoods=8  mapSize=42
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.089  cpuTime=0.05  mem=14M708
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=178695  nbPropagations=7306  nbRevisions=72454  nbUselessRevisions=55822
0.86	     nbAssignments=165  nbFailedAssignments=58  nbBacktracks=83  nbVisitedNodes=279  nbRestartNogoods=10  mapSize=72
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.103  cpuTime=0.07  mem=14M708
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=252897  nbPropagations=12047  nbRevisions=119751  nbUselessRevisions=92253
0.88	     nbAssignments=251  nbFailedAssignments=86  nbBacktracks=134  nbVisitedNodes=419  nbRestartNogoods=13  mapSize=112
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.121  cpuTime=0.08  mem=14M708
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=438517  nbPropagations=19947  nbRevisions=203508  nbUselessRevisions=156778
0.92	     nbAssignments=415  nbFailedAssignments=168  nbBacktracks=211  nbVisitedNodes=718  nbRestartNogoods=16  mapSize=182
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.163  cpuTime=0.12  mem=14M708
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=606240  nbPropagations=31004  nbRevisions=319303  nbUselessRevisions=245685
0.96	     nbAssignments=599  nbFailedAssignments=232  nbBacktracks=324  nbVisitedNodes=1020  nbRestartNogoods=20  mapSize=270
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.201  cpuTime=0.16  mem=14M708
1.02	   
1.02	   search
1.02	     run=7  nbConstraintChecks=877914  nbPropagations=47153  nbRevisions=487690  nbUselessRevisions=374902
1.02	     nbAssignments=883  nbFailedAssignments=339  nbBacktracks=495  nbVisitedNodes=1507  nbRestartNogoods=29  mapSize=413
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.259  cpuTime=0.21  mem=14M708
1.10	   
1.10	   search
1.10	     run=8  nbConstraintChecks=1274505  nbPropagations=70716  nbRevisions=734675  nbUselessRevisions=564629
1.10	     nbAssignments=1306  nbFailedAssignments=500  nbBacktracks=752  nbVisitedNodes=2226  nbRestartNogoods=35
1.10	     mapSize=628  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.345  cpuTime=0.3  mem=14M708
1.24	   
1.24	   search
1.24	     run=9  nbConstraintChecks=1963293  nbPropagations=106167  nbRevisions=1110733  nbUselessRevisions=853561
1.24	     nbAssignments=1952  nbFailedAssignments=755  nbBacktracks=1137  nbVisitedNodes=3339  nbRestartNogoods=41
1.24	     mapSize=952  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.48  cpuTime=0.41  mem=14M708
1.26	   
1.26	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=14M708)
1.41	   
1.41	   search
1.41	     run=10  nbConstraintChecks=2889427  nbPropagations=158328  nbRevisions=1661481  nbUselessRevisions=1274496
1.41	     nbAssignments=2883  nbFailedAssignments=1105  nbBacktracks=1713  nbVisitedNodes=4919  nbRestartNogoods=52
1.41	       =>  wckTime=0.652  cpuTime=0.57  mem=14M708
1.68	   
1.68	   search
1.68	     run=11  nbConstraintChecks=4501448  nbPropagations=238573  nbRevisions=2514694  nbUselessRevisions=1926362
1.68	     nbAssignments=4350  nbFailedAssignments=1701  nbBacktracks=2577  nbVisitedNodes=7502  nbRestartNogoods=59
1.68	       =>  wckTime=0.919  cpuTime=0.84  mem=14M708
2.02	   
2.02	   search
2.02	     run=12  nbConstraintChecks=6539636  nbPropagations=357037  nbRevisions=3764489  nbUselessRevisions=2879809
2.02	     nbAssignments=6440  nbFailedAssignments=2485  nbBacktracks=3875  nbVisitedNodes=11073  nbRestartNogoods=61
2.02	       =>  wckTime=1.265  cpuTime=1.18  mem=14M708
2.56	   
2.56	   search
2.56	     run=13  nbConstraintChecks=9903567  nbPropagations=535329  nbRevisions=5667491  nbUselessRevisions=4334843
2.56	     nbAssignments=9722  nbFailedAssignments=3816  nbBacktracks=5821  nbVisitedNodes=16811  nbRestartNogoods=73
2.56	       =>  wckTime=1.8  cpuTime=1.72  mem=14M708
3.34	   
3.34	   search
3.34	     run=14  nbConstraintChecks=15065479  nbPropagations=805260  nbRevisions=8559383  nbUselessRevisions=6545771
3.34	     nbAssignments=14652  nbFailedAssignments=5822  nbBacktracks=8741  nbVisitedNodes=25418  nbRestartNogoods=78
3.34	       =>  wckTime=2.586  cpuTime=2.5  mem=14M708
4.37	   
4.37	   search
4.37	     run=15  nbConstraintChecks=21542611  nbPropagations=1199348  nbRevisions=12742964  nbUselessRevisions=9743993
4.37	     nbAssignments=21717  nbFailedAssignments=8499  nbBacktracks=13122  nbVisitedNodes=37456  nbRestartNogoods=89
4.37	       =>  wckTime=3.612  cpuTime=3.53  mem=14M708
6.21	   
6.21	   search
6.21	     run=16  nbConstraintChecks=33797534  nbPropagations=1805747  nbRevisions=19285729  nbUselessRevisions=14758342
6.21	     nbAssignments=33085  nbFailedAssignments=13292  nbBacktracks=19692  nbVisitedNodes=57549  nbRestartNogoods=97
6.21	       =>  wckTime=5.45  cpuTime=5.37  mem=14M708
8.60	   
8.60	   search
8.60	     run=17  nbConstraintChecks=49166055  nbPropagations=2697087  nbRevisions=28830228  nbUselessRevisions=22072524
8.60	     nbAssignments=48954  nbFailedAssignments=19305  nbBacktracks=29544  nbVisitedNodes=84728  nbRestartNogoods=107
8.60	       =>  wckTime=7.843  cpuTime=7.76  mem=14M708
12.68	   
12.68	   search
12.68	     run=18  nbConstraintChecks=76074950  nbPropagations=4056661  nbRevisions=43539618  nbUselessRevisions=33356401
12.68	     nbAssignments=74187  nbFailedAssignments=29752  nbBacktracks=44325  nbVisitedNodes=128991  nbRestartNogoods=118
12.68	       =>  wckTime=11.925  cpuTime=11.84  mem=14M708
18.82	   
18.82	   search
18.82	     run=19  nbConstraintChecks=117045940  nbPropagations=6121633  nbRevisions=65950619  nbUselessRevisions=50532112
18.82	     nbAssignments=111944  nbFailedAssignments=45335  nbBacktracks=66493  nbVisitedNodes=195019  nbRestartNogoods=130
18.82	       =>  wckTime=18.065  cpuTime=17.98  mem=14M708
25.23	   
25.23	   search
25.23	     run=20  nbConstraintChecks=158575657  nbPropagations=8912364  nbRevisions=96130895  nbUselessRevisions=73631768
25.23	     nbAssignments=150438  nbFailedAssignments=60346  nbBacktracks=89977  nbVisitedNodes=261531  nbRestartNogoods=138
25.23	       =>  wckTime=24.471  cpuTime=24.37  mem=14M708
25.23	   
25.23	   global
25.23	     nbConstraintChecks=158575657  nbPropagations=8912404  nbRevisions=96130895  nbUselessRevisions=73631768
25.23	     nbRestartNogoods=138  solvingWckTime=24.472  solvingCpuTime=24.37  expiredTime=no  totalExploration=yes
25.23	     nbFoundSolutions=0  globalCpuTime=24.74
25.23	       =>  wckTime=24.934  cpuTime=24.69  mem=14M708
25.23	   
25.23	s UNSATISFIABLE
25.23	d NODES 150438
25.23	d CHECKS 158575657
25.23	   
25.23	   totalWckTime=25.011  totalCpuTime=24.74

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/node56/watcher-229246-1168080955 -o ROOT/results/node56/solver-229246-1168080955 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229246-1168080955/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.12 0.33 0.64 3/68 8714
/proc/meminfo: memFree=1639016/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=172 CPUtime=0
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 217 0 0 0 0 0 0 0 19 0 1 0 156495044 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 1 0 0
/proc/8713/statm: 43 24 18 14 0 3 0

[startup+0.105603 s]
/proc/loadavg: 0.12 0.33 0.64 3/68 8714
/proc/meminfo: memFree=1639016/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=914988 CPUtime=0.09
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 3079 0 1 0 7 2 0 0 16 0 8 0 156495044 936947712 2825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8713/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517643 s]
/proc/loadavg: 0.12 0.33 0.64 3/68 8714
/proc/meminfo: memFree=1639016/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=915328 CPUtime=0.5
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 6913 0 1 0 45 5 0 0 16 0 8 0 156495044 937295872 6652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154109220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8713/statm: 228832 6652 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34673 s]
/proc/loadavg: 0.12 0.33 0.64 2/75 8721
/proc/meminfo: memFree=1615536/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=915452 CPUtime=1.32
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 8593 0 1 0 125 7 0 0 17 0 8 0 156495044 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8713/statm: 228863 8331 2513 14 0 215333 0
[pid=8713/tid=8715] ppid=8711 vsize=915452 CPUtime=0.03
/proc/8713/task/8715/stat : 8715 (java) S 8711 8713 8141 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156495047 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8713/tid=8716] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8716/stat : 8716 (java) S 8711 8713 8141 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8717] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8717/stat : 8717 (java) S 8711 8713 8141 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8718] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8718/stat : 8718 (java) S 8711 8713 8141 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156495050 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8719] ppid=8711 vsize=915452 CPUtime=0.2
/proc/8713/task/8719/stat : 8719 (java) S 8711 8713 8141 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 156495050 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8720] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8720/stat : 8720 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156495050 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8721] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8721/stat : 8721 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495050 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.98288 s]
/proc/loadavg: 0.12 0.33 0.64 2/75 8721
/proc/meminfo: memFree=1615344/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=915452 CPUtime=2.95
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 8606 0 1 0 288 7 0 0 18 0 8 0 156495044 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8713/statm: 228863 8343 2513 14 0 215333 0
[pid=8713/tid=8715] ppid=8711 vsize=915452 CPUtime=0.03
/proc/8713/task/8715/stat : 8715 (java) S 8711 8713 8141 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156495047 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8716] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8716/stat : 8716 (java) S 8711 8713 8141 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8717] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8717/stat : 8717 (java) S 8711 8713 8141 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8718] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8718/stat : 8718 (java) S 8711 8713 8141 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156495050 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8719] ppid=8711 vsize=915452 CPUtime=0.21
/proc/8713/task/8719/stat : 8719 (java) S 8711 8713 8141 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 156495050 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8720] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8720/stat : 8720 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156495050 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8721] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8721/stat : 8721 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495050 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.2612 s]
/proc/loadavg: 0.19 0.34 0.64 2/75 8721
/proc/meminfo: memFree=1615344/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=915452 CPUtime=6.23
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 8614 0 1 0 616 7 0 0 25 0 8 0 156495044 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8713/statm: 228863 8350 2513 14 0 215333 0
[pid=8713/tid=8715] ppid=8711 vsize=915452 CPUtime=0.03
/proc/8713/task/8715/stat : 8715 (java) S 8711 8713 8141 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156495047 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8716] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8716/stat : 8716 (java) S 8711 8713 8141 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8717] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8717/stat : 8717 (java) S 8711 8713 8141 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8718] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8718/stat : 8718 (java) S 8711 8713 8141 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156495050 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8719] ppid=8711 vsize=915452 CPUtime=0.21
/proc/8713/task/8719/stat : 8719 (java) S 8711 8713 8141 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 156495050 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8720] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8720/stat : 8720 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156495050 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8721] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8721/stat : 8721 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495050 937422848 8350 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) 915452

[startup+12.7438 s]
/proc/loadavg: 0.25 0.35 0.64 2/75 8721
/proc/meminfo: memFree=1615344/2055920 swapFree=4184772/4192956
[pid=8713] ppid=8711 vsize=915452 CPUtime=12.71
/proc/8713/stat : 8713 (java) R 8711 8713 8141 0 -1 0 8619 0 1 0 1264 7 0 0 25 0 8 0 156495044 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8713/statm: 228863 8355 2513 14 0 215333 0
[pid=8713/tid=8715] ppid=8711 vsize=915452 CPUtime=0.03
/proc/8713/task/8715/stat : 8715 (java) S 8711 8713 8141 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156495047 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8716] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8716/stat : 8716 (java) S 8711 8713 8141 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8717] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8717/stat : 8717 (java) S 8711 8713 8141 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495047 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8718] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8718/stat : 8718 (java) S 8711 8713 8141 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156495050 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8719] ppid=8711 vsize=915452 CPUtime=0.21
/proc/8713/task/8719/stat : 8719 (java) S 8711 8713 8141 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 156495050 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8720] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8720/stat : 8720 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156495050 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8713/tid=8721] ppid=8711 vsize=915452 CPUtime=0
/proc/8713/task/8721/stat : 8721 (java) S 8711 8713 8141 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495050 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 25.2582
CPU time (s): 25.1922
CPU user time (s): 25.1072
CPU system time (s): 0.084987
CPU usage (%): 99.7386
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1072
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8717
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= 1281
involuntary context switches= 737

runsolver used 0.023996 s user time and 0.080987 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 10:56:00 UTC 2007


IDJOB= 229246
IDBENCH= 6288
FILE ID= node56/229246-1168080955

PBS_JOBID= 3476171

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229246-1168080955/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-229246-1168080955 -o ROOT/results/node56/solver-229246-1168080955 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229246-1168080955/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d4f87ac654423fce43e15062f9d6d02d

RANDOM SEED= 47248613

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.232
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.232
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:       1639496 kB
Buffers:         30688 kB
Cached:         304872 kB
SwapCached:       2060 kB
Active:          68572 kB
Inactive:       281208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639496 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          21184 kB
Slab:            52324 kB
Committed_AS:  2782064 kB
PageTables:       1692 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= 66521 MiB



End job on node56 on Sat Jan  6 10:56:46 UTC 2007