Trace number 223622

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 20.1049 20.157

DiagnosticValue
CHECKS159859105
NODES113845

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-77_ext.xml
MD5SUM2791cdb02c36a6d16610fee3a7cdd30a
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 benchmark8.5457
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/223622-1168080446/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.38	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.57	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=2
0.57	       =>  wckTime=0.285  cpuTime=0.22  mem=13M827
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.469  cpuTime=0.34  mem=13M749
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.0020  cpuTime=0.0  mem=13M749
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=45405  nbPropagations=703  nbRevisions=5337  nbUselessRevisions=3785  nbAssignments=30
0.81	     nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=53  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.053  cpuTime=0.03  mem=14M724
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=110286  nbPropagations=2387  nbRevisions=18567  nbUselessRevisions=13077
0.83	     nbAssignments=77  nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=138  nbRestartNogoods=3  mapSize=25
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.075  cpuTime=0.05  mem=14M724
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=181935  nbPropagations=5135  nbRevisions=40390  nbUselessRevisions=28440
0.85	     nbAssignments=131  nbFailedAssignments=67  nbBacktracks=47  nbVisitedNodes=233  nbRestartNogoods=5  mapSize=43
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.095  cpuTime=0.06  mem=14M724
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=265808  nbPropagations=9168  nbRevisions=72188  nbUselessRevisions=50786
0.87	     nbAssignments=194  nbFailedAssignments=92  nbBacktracks=82  nbVisitedNodes=342  nbRestartNogoods=8  mapSize=73
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.111  cpuTime=0.08  mem=14M724
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=397450  nbPropagations=15248  nbRevisions=120165  nbUselessRevisions=84337
0.89	     nbAssignments=290  nbFailedAssignments=136  nbBacktracks=132  nbVisitedNodes=515  nbRestartNogoods=10  mapSize=117
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.133  cpuTime=0.1  mem=14M724
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=599703  nbPropagations=24679  nbRevisions=194818  nbUselessRevisions=136255
0.93	     nbAssignments=449  nbFailedAssignments=215  nbBacktracks=207  nbVisitedNodes=804  nbRestartNogoods=11  mapSize=186
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.17  cpuTime=0.13  mem=14M724
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=912296  nbPropagations=38885  nbRevisions=308340  nbUselessRevisions=215151
0.98	     nbAssignments=674  nbFailedAssignments=320  nbBacktracks=321  nbVisitedNodes=1207  nbRestartNogoods=14  mapSize=287
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.22  cpuTime=0.18  mem=14M724
1.05	   
1.05	   search
1.05	     run=7  nbConstraintChecks=1350573  nbPropagations=59939  nbRevisions=476633  nbUselessRevisions=331895
1.05	     nbAssignments=1003  nbFailedAssignments=473  nbBacktracks=493  nbVisitedNodes=1798  nbRestartNogoods=21
1.05	     mapSize=442  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.288  cpuTime=0.24  mem=14M724
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=2026850  nbPropagations=90994  nbRevisions=723843  nbUselessRevisions=502260
1.15	     nbAssignments=1486  nbFailedAssignments=694  nbBacktracks=750  nbVisitedNodes=2653  nbRestartNogoods=24
1.15	     mapSize=661  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.387  cpuTime=0.34  mem=14M724
1.28	   
1.28	   search
1.28	     run=9  nbConstraintChecks=2881988  nbPropagations=136536  nbRevisions=1084596  nbUselessRevisions=751693
1.28	     nbAssignments=2151  nbFailedAssignments=972  nbBacktracks=1134  nbVisitedNodes=3817  nbRestartNogoods=30
1.28	     mapSize=974  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.525  cpuTime=0.46  mem=14M724
1.31	   
1.31	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M724)
1.46	   
1.46	   search
1.46	     run=10  nbConstraintChecks=4261405  nbPropagations=203294  nbRevisions=1612267  nbUselessRevisions=1117248
1.46	     nbAssignments=3189  nbFailedAssignments=1426  nbBacktracks=1710  nbVisitedNodes=5639  nbRestartNogoods=37
1.46	       =>  wckTime=0.704  cpuTime=0.63  mem=14M724
1.74	   
1.74	   search
1.74	     run=11  nbConstraintChecks=6460207  nbPropagations=304509  nbRevisions=2417555  nbUselessRevisions=1675292
1.74	     nbAssignments=4862  nbFailedAssignments=2229  nbBacktracks=2574  nbVisitedNodes=8641  nbRestartNogoods=49
1.74	       =>  wckTime=0.981  cpuTime=0.9  mem=14M724
2.16	   
2.16	   search
2.16	     run=12  nbConstraintChecks=9991801  nbPropagations=459874  nbRevisions=3654808  nbUselessRevisions=2529810
2.16	     nbAssignments=7381  nbFailedAssignments=3446  nbBacktracks=3873  nbVisitedNodes=13203  nbRestartNogoods=56
2.16	       =>  wckTime=1.406  cpuTime=1.33  mem=14M724
2.74	   
2.74	   search
2.74	     run=13  nbConstraintChecks=14525206  nbPropagations=691045  nbRevisions=5490982  nbUselessRevisions=3800066
2.74	     nbAssignments=10948  nbFailedAssignments=5061  nbBacktracks=5819  nbVisitedNodes=19575  nbRestartNogoods=68
2.74	       =>  wckTime=1.979  cpuTime=1.9  mem=14M724
3.63	   
3.63	   search
3.63	     run=14  nbConstraintChecks=22065823  nbPropagations=1036765  nbRevisions=8234936  nbUselessRevisions=5696909
3.63	     nbAssignments=16198  nbFailedAssignments=7386  nbBacktracks=8740  nbVisitedNodes=28963  nbRestartNogoods=80
3.63	       =>  wckTime=2.875  cpuTime=2.79  mem=14M724
4.97	   
4.97	   search
4.97	     run=15  nbConstraintChecks=32911120  nbPropagations=1554025  nbRevisions=12344698  nbUselessRevisions=8536971
4.97	     nbAssignments=24232  nbFailedAssignments=11035  nbBacktracks=13118  nbVisitedNodes=43346  nbRestartNogoods=91
4.97	       =>  wckTime=4.211  cpuTime=4.12  mem=14M724
7.09	   
7.09	   search
7.09	     run=16  nbConstraintChecks=50706792  nbPropagations=2342294  nbRevisions=18623302  nbUselessRevisions=12877163
7.09	     nbAssignments=36902  nbFailedAssignments=17130  nbBacktracks=19687  nbVisitedNodes=66270  nbRestartNogoods=98
7.09	       =>  wckTime=6.334  cpuTime=6.25  mem=14M724
10.16	   
10.16	   search
10.16	     run=17  nbConstraintChecks=76178727  nbPropagations=3527699  nbRevisions=28092387  nbUselessRevisions=19430619
10.16	     nbAssignments=55312  nbFailedAssignments=25684  nbBacktracks=29539  nbVisitedNodes=99302  nbRestartNogoods=106
10.16	       =>  wckTime=9.399  cpuTime=9.32  mem=14M724
14.64	   
14.64	   search
14.64	     run=18  nbConstraintChecks=114074186  nbPropagations=5293999  nbRevisions=42192029  nbUselessRevisions=29191363
14.64	     nbAssignments=82118  nbFailedAssignments=37706  nbBacktracks=44321  nbVisitedNodes=147124  nbRestartNogoods=119
14.64	       =>  wckTime=13.88  cpuTime=13.79  mem=14M724
20.12	   
20.12	   search
20.12	     run=19  nbConstraintChecks=159859105  nbPropagations=7750453  nbRevisions=61824611  nbUselessRevisions=42779279
20.12	     nbAssignments=113845  nbFailedAssignments=52227  nbBacktracks=61528  nbVisitedNodes=203951  nbRestartNogoods=127
20.12	       =>  wckTime=19.365  cpuTime=19.27  mem=14M724
20.13	   
20.13	   global
20.13	     nbConstraintChecks=159859105  nbPropagations=7750493  nbRevisions=61824611  nbUselessRevisions=42779279
20.13	     nbRestartNogoods=127  solvingWckTime=19.367  solvingCpuTime=19.27  expiredTime=no  totalExploration=yes
20.13	     nbFoundSolutions=0  globalCpuTime=19.66
20.13	       =>  wckTime=19.839  cpuTime=19.61  mem=14M724
20.13	   
20.13	s UNSATISFIABLE
20.13	d NODES 113845
20.13	d CHECKS 159859105
20.13	   
20.13	   totalWckTime=19.914  totalCpuTime=19.66

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/node62/watcher-223622-1168080446 -o ROOT/results/node62/solver-223622-1168080446 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223622-1168080446/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.41 1.12 1.53 4/80 4088
/proc/meminfo: memFree=1104456/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=1788 CPUtime=0
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 360 0 0 0 0 0 0 0 18 0 1 0 156442751 1830912 153 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8428003 0 0 4096 0 0 0 0 17 0 0 0
/proc/4087/statm: 447 158 123 14 0 92 0

[startup+0.108406 s]
/proc/loadavg: 0.41 1.12 1.53 4/80 4088
/proc/meminfo: memFree=1104456/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=914988 CPUtime=0.09
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 3133 0 1 0 8 1 0 0 24 0 8 0 156442751 936947712 2879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228747 2879 1473 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516486 s]
/proc/loadavg: 0.41 1.12 1.53 4/80 4088
/proc/meminfo: memFree=1104456/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=915328 CPUtime=0.5
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 7387 0 1 0 45 5 0 0 25 0 8 0 156442751 937295872 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228832 7126 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33865 s]
/proc/loadavg: 0.41 1.12 1.53 3/87 4095
/proc/meminfo: memFree=1080848/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=915452 CPUtime=1.32
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 8643 0 1 0 125 7 0 0 25 0 8 0 156442751 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073864308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228863 8381 2513 14 0 215333 0
[pid=4087/tid=4089] ppid=4085 vsize=915452 CPUtime=0.02
/proc/4087/task/4089/stat : 4089 (java) S 4085 4087 3496 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442754 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4090] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4090/stat : 4090 (java) S 4085 4087 3496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442755 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4091] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4091/stat : 4091 (java) S 4085 4087 3496 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442755 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4092] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4092/stat : 4092 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442758 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4093] ppid=4085 vsize=915452 CPUtime=0.2
/proc/4087/task/4093/stat : 4093 (java) S 4085 4087 3496 0 -1 64 382 0 0 0 18 2 0 0 15 0 8 0 156442758 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4094] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4094/stat : 4094 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156442758 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4095] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4095/stat : 4095 (java) S 4085 4087 3496 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156442758 937422848 8381 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.97697 s]
/proc/loadavg: 0.41 1.12 1.53 3/87 4095
/proc/meminfo: memFree=1080720/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=915452 CPUtime=2.96
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 8648 0 1 0 289 7 0 0 25 0 8 0 156442751 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785476 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228863 8385 2513 14 0 215333 0
[pid=4087/tid=4089] ppid=4085 vsize=915452 CPUtime=0.02
/proc/4087/task/4089/stat : 4089 (java) S 4085 4087 3496 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442754 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4090] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4090/stat : 4090 (java) S 4085 4087 3496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4091] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4091/stat : 4091 (java) S 4085 4087 3496 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4092] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4092/stat : 4092 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4093] ppid=4085 vsize=915452 CPUtime=0.21
/proc/4087/task/4093/stat : 4093 (java) S 4085 4087 3496 0 -1 64 386 0 0 0 19 2 0 0 16 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4094] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4094/stat : 4094 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4095] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4095/stat : 4095 (java) S 4085 4087 3496 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

[startup+6.27062 s]
/proc/loadavg: 0.54 1.14 1.54 3/87 4095
/proc/meminfo: memFree=1080720/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=915452 CPUtime=6.24
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 8649 0 1 0 617 7 0 0 25 0 8 0 156442751 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228863 8385 2513 14 0 215333 0
[pid=4087/tid=4089] ppid=4085 vsize=915452 CPUtime=0.02
/proc/4087/task/4089/stat : 4089 (java) S 4085 4087 3496 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442754 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4090] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4090/stat : 4090 (java) S 4085 4087 3496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4091] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4091/stat : 4091 (java) S 4085 4087 3496 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4092] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4092/stat : 4092 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4093] ppid=4085 vsize=915452 CPUtime=0.21
/proc/4087/task/4093/stat : 4093 (java) S 4085 4087 3496 0 -1 64 386 0 0 0 19 2 0 0 16 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4094] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4094/stat : 4094 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4095] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4095/stat : 4095 (java) S 4085 4087 3496 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915452

[startup+12.7479 s]
/proc/loadavg: 0.65 1.15 1.54 3/87 4095
/proc/meminfo: memFree=1080656/2055920 swapFree=4192812/4192956
[pid=4087] ppid=4085 vsize=915452 CPUtime=12.71
/proc/4087/stat : 4087 (java) R 4085 4087 3496 0 -1 0 8649 0 1 0 1264 7 0 0 25 0 8 0 156442751 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795127 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4087/statm: 228863 8385 2513 14 0 215333 0
[pid=4087/tid=4089] ppid=4085 vsize=915452 CPUtime=0.02
/proc/4087/task/4089/stat : 4089 (java) S 4085 4087 3496 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442754 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4090] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4090/stat : 4090 (java) S 4085 4087 3496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4091] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4091/stat : 4091 (java) S 4085 4087 3496 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442755 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4092] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4092/stat : 4092 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4093] ppid=4085 vsize=915452 CPUtime=0.21
/proc/4087/task/4093/stat : 4093 (java) S 4085 4087 3496 0 -1 64 386 0 0 0 19 2 0 0 16 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4094] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4094/stat : 4094 (java) S 4085 4087 3496 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156442758 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4087/tid=4095] ppid=4085 vsize=915452 CPUtime=0
/proc/4087/task/4095/stat : 4095 (java) S 4085 4087 3496 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156442758 937422848 8385 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): 20.157
CPU time (s): 20.1049
CPU user time (s): 20.02
CPU system time (s): 0.084987
CPU usage (%): 99.7417
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.02
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= 8735
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= 1466
involuntary context switches= 2051

runsolver used 0.021996 s user time and 0.06499 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 10:47:27 UTC 2007


IDJOB= 223622
IDBENCH= 5660
FILE ID= node62/223622-1168080446

PBS_JOBID= 3476160

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-77_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223622-1168080446/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-223622-1168080446 -o ROOT/results/node62/solver-223622-1168080446 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223622-1168080446/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2791cdb02c36a6d16610fee3a7cdd30a

RANDOM SEED= 958638911

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.259
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.259
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:       1104928 kB
Buffers:         59532 kB
Cached:         768708 kB
SwapCached:          0 kB
Active:         150636 kB
Inactive:       721704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4092 kB
Writeback:           0 kB
Mapped:          64340 kB
Slab:            63872 kB
Committed_AS:  3701684 kB
PageTables:       1956 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= 66548 MiB



End job on node62 on Sat Jan  6 10:47:51 UTC 2007