Trace number 197411

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 ACSAT 8.30974 8.35664

DiagnosticValue
CHECKS11024810
NODES73485

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-47_ext.xml
MD5SUMafb6f1956c7561e3598fd8710aa51fd7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.094985
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables141
Number of constraints966
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension966
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/197411-1168071059/unknown.xml
0.34	   
0.34	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=141  nbDomainTypes=135  minDomainSize=2  maxDomainSize=6
0.41	       =>  wckTime=0.125  cpuTime=0.1  mem=6M886
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.62	     nbConstraints=895  nbRelationTypes=219  nbExtensionStructures=880  nbSharedExtensionStructures=15
0.62	     nbConflictsStructures=880  nbSharedConflictsStructures=15  nbSharedBinaryRepresentations=6716  maxDegree=14
0.62	     maxArity=2
0.62	       =>  wckTime=0.335  cpuTime=0.24  mem=11M770
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.529  cpuTime=0.35  mem=15M141
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=141  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.014  cpuTime=0.0  mem=15M141
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=3191  nbPropagations=436  nbRevisions=1143  nbUselessRevisions=675  nbAssignments=44
0.87	     nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=5  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.052  cpuTime=0.02  mem=15M141
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=7598  nbPropagations=1291  nbRevisions=3976  nbUselessRevisions=2385  nbAssignments=117
0.89	     nbFailedAssignments=10  nbBacktracks=37  nbVisitedNodes=140  nbRestartNogoods=2  mapSize=17  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.07  cpuTime=0.04  mem=15M141
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=11758  nbPropagations=2485  nbRevisions=8247  nbUselessRevisions=4902  nbAssignments=165
0.90	     nbFailedAssignments=16  nbBacktracks=61  nbVisitedNodes=200  nbRestartNogoods=5  mapSize=27  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.084  cpuTime=0.05  mem=15M141
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=17781  nbPropagations=4203  nbRevisions=14897  nbUselessRevisions=8883  nbAssignments=246
0.91	     nbFailedAssignments=21  nbBacktracks=104  nbVisitedNodes=292  nbRestartNogoods=7  mapSize=36  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.098  cpuTime=0.06  mem=15M141
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=24836  nbPropagations=6491  nbRevisions=24202  nbUselessRevisions=14452
0.92	     nbAssignments=330  nbFailedAssignments=31  nbBacktracks=159  nbVisitedNodes=400  nbRestartNogoods=9  mapSize=59
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.11  cpuTime=0.07  mem=15M141
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=36079  nbPropagations=9686  nbRevisions=37946  nbUselessRevisions=22691
0.95	     nbAssignments=465  nbFailedAssignments=50  nbBacktracks=244  nbVisitedNodes=571  nbRestartNogoods=10  mapSize=89
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.13  cpuTime=0.09  mem=15M141
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=48061  nbPropagations=13901  nbRevisions=56115  nbUselessRevisions=33466
0.97	     nbAssignments=633  nbFailedAssignments=78  nbBacktracks=359  nbVisitedNodes=797  nbRestartNogoods=14  mapSize=140
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.152  cpuTime=0.11  mem=15M141
1.00	   
1.00	   search
1.00	     run=7  nbConstraintChecks=71874  nbPropagations=19997  nbRevisions=83422  nbUselessRevisions=49582
1.00	     nbAssignments=892  nbFailedAssignments=124  nbBacktracks=533  nbVisitedNodes=1145  nbRestartNogoods=18  mapSize=220
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.182  cpuTime=0.14  mem=15M141
1.04	   
1.04	   search
1.04	     run=8  nbConstraintChecks=101419  nbPropagations=28537  nbRevisions=121808  nbUselessRevisions=71864
1.04	     nbAssignments=1243  nbFailedAssignments=192  nbBacktracks=805  nbVisitedNodes=1641  nbRestartNogoods=22
1.04	     mapSize=344  nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.222  cpuTime=0.18  mem=15M141
1.10	   
1.10	   search
1.10	     run=9  nbConstraintChecks=148139  nbPropagations=40576  nbRevisions=177796  nbUselessRevisions=104464
1.10	     nbAssignments=1754  nbFailedAssignments=295  nbBacktracks=1193  nbVisitedNodes=2366  nbRestartNogoods=25
1.10	     mapSize=524  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.289  cpuTime=0.24  mem=16M116
1.20	   
1.20	   search
1.20	     run=10  nbConstraintChecks=244388  nbPropagations=59424  nbRevisions=272142  nbUselessRevisions=161111
1.20	     nbAssignments=2479  nbFailedAssignments=423  nbBacktracks=1773  nbVisitedNodes=3371  nbRestartNogoods=30
1.20	     mapSize=771  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.383  cpuTime=0.32  mem=16M116
1.28	   
1.28	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=16M116)
1.32	   
1.32	   search
1.32	     run=11  nbConstraintChecks=408032  nbPropagations=89503  nbRevisions=435075  nbUselessRevisions=262071
1.32	     nbAssignments=3553  nbFailedAssignments=625  nbBacktracks=2637  nbVisitedNodes=4901  nbRestartNogoods=34
1.32	       =>  wckTime=0.507  cpuTime=0.44  mem=16M116
1.48	   
1.48	   search
1.48	     run=12  nbConstraintChecks=640361  nbPropagations=135730  nbRevisions=690394  nbUselessRevisions=419741
1.48	     nbAssignments=5240  nbFailedAssignments=1003  nbBacktracks=3935  nbVisitedNodes=7435  nbRestartNogoods=35
1.48	       =>  wckTime=0.669  cpuTime=0.6  mem=16M116
1.73	   
1.73	   search
1.73	     run=13  nbConstraintChecks=996906  nbPropagations=207105  nbRevisions=1088971  nbUselessRevisions=667756
1.73	     nbAssignments=7748  nbFailedAssignments=1547  nbBacktracks=5886  nbVisitedNodes=11129  nbRestartNogoods=41
1.73	       =>  wckTime=0.915  cpuTime=0.84  mem=16M116
2.15	   
2.15	   search
2.15	     run=14  nbConstraintChecks=1649162  nbPropagations=322708  nbRevisions=1772239  nbUselessRevisions=1106766
2.15	     nbAssignments=11454  nbFailedAssignments=2309  nbBacktracks=8814  nbVisitedNodes=16452  nbRestartNogoods=46
2.15	       =>  wckTime=1.336  cpuTime=1.26  mem=16M116
2.68	   
2.68	   search
2.68	     run=15  nbConstraintChecks=2435204  nbPropagations=493974  nbRevisions=2770025  nbUselessRevisions=1743988
2.68	     nbAssignments=17025  nbFailedAssignments=3483  nbBacktracks=13195  nbVisitedNodes=24599  nbRestartNogoods=53
2.68	       =>  wckTime=1.867  cpuTime=1.79  mem=16M116
3.54	   
3.54	   search
3.54	     run=16  nbConstraintChecks=3741362  nbPropagations=754844  nbRevisions=4294577  nbUselessRevisions=2707797
3.54	     nbAssignments=25529  nbFailedAssignments=5393  nbBacktracks=19766  nbVisitedNodes=37210  nbRestartNogoods=60
3.54	       =>  wckTime=2.724  cpuTime=2.64  mem=16M116
4.79	   
4.79	   search
4.79	     run=17  nbConstraintChecks=5663588  nbPropagations=1144776  nbRevisions=6603936  nbUselessRevisions=4175084
4.79	     nbAssignments=37842  nbFailedAssignments=7838  nbBacktracks=29618  nbVisitedNodes=54745  nbRestartNogoods=67
4.79	       =>  wckTime=3.98  cpuTime=3.89  mem=16M116
6.65	   
6.65	   search
6.65	     run=18  nbConstraintChecks=8476201  nbPropagations=1731077  nbRevisions=10119661  nbUselessRevisions=6434588
6.65	     nbAssignments=56289  nbFailedAssignments=11491  nbBacktracks=44397  nbVisitedNodes=81396  nbRestartNogoods=72
6.65	       =>  wckTime=5.837  cpuTime=5.73  mem=16M116
8.34	   
8.34	   search
8.34	     run=19  nbConstraintChecks=11024810  nbPropagations=2493034  nbRevisions=14698159  nbUselessRevisions=9383051
8.34	     nbAssignments=73485  nbFailedAssignments=14851  nbBacktracks=58092  nbVisitedNodes=105700  nbRestartNogoods=76
8.34	       =>  wckTime=7.525  cpuTime=7.42  mem=16M116
8.34	   
8.34	   global
8.34	     nbConstraintChecks=11024810  nbPropagations=2493175  nbRevisions=14698159  nbUselessRevisions=9383051
8.34	     nbRestartNogoods=76  solvingWckTime=7.527  solvingCpuTime=7.42  expiredTime=no  totalExploration=no
8.34	     nbFoundSolutions=1  globalCpuTime=7.82
8.34	       =>  wckTime=8.058  cpuTime=7.78  mem=16M116
8.34	   
8.34	s SATISFIABLE
8.34	v 2 11 5 17 7 15 14 0 5 2 13 11 16 17 8 6 10 4 0 7 9 6 14 17 9 5 12 11 2 13 10 10 2 4 14 13 11 6 8 13 8 17 7 12 6 11 9 8 1 12 2 6 10 7 5 9 16 11 6 7 1 4 5 0 9 10 8 15 12 1 12 17 7 5 9 2 1 6 15 16 3 10 1 5 6 11 6 10 16 1 14 2 15 6 14 13 16 15 3 9 17 11 5 3 15 7 16 8 0 6 11 14 13 0 9 5 16 9 13 6 4 15 5 3 11 7 10 3 14 2 13 5 17 14 0 5 15 9 3 7 10 
8.34	d NODES 73485
8.34	d CHECKS 11024810
8.34	   
8.34	   totalWckTime=8.131  totalCpuTime=7.82

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-197411-1168071059 -o ROOT/results/node75/solver-197411-1168071059 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197411-1168071059/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.76 1.58 1.72 2/68 20963
/proc/meminfo: memFree=1691712/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=1500 CPUtime=0
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 265 0 0 0 0 0 0 0 20 0 1 0 155505627 1536000 60 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 6736593 0 0 4096 0 0 0 0 17 0 0 0
/proc/20962/statm: 363 74 57 14 0 8 0

[startup+0.107356 s]
/proc/loadavg: 0.76 1.58 1.72 2/68 20963
/proc/meminfo: memFree=1691712/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=914988 CPUtime=0.1
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 3124 0 1 0 9 1 0 0 25 0 8 0 155505627 936947712 2870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153548454 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20962/statm: 228747 2870 1471 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515406 s]
/proc/loadavg: 0.76 1.58 1.72 2/68 20963
/proc/meminfo: memFree=1691712/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=915328 CPUtime=0.5
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 6628 0 1 0 47 3 0 0 16 0 8 0 155505627 937295872 6367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152174087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20962/statm: 228832 6367 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.3385 s]
/proc/loadavg: 0.78 1.57 1.72 2/75 21003
/proc/meminfo: memFree=1665352/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=915568 CPUtime=1.32
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 8878 0 1 0 126 6 0 0 16 0 8 0 155505627 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906250 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20962/statm: 228892 8616 2513 14 0 215362 0
[pid=20962/tid=20964] ppid=20960 vsize=915568 CPUtime=0.03
/proc/20962/task/20964/stat : 20964 (java) S 20960 20962 20640 0 -1 64 336 0 0 0 3 0 0 0 17 0 8 0 155505630 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20965] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20965/stat : 20965 (java) S 20960 20962 20640 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20966] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20966/stat : 20966 (java) S 20960 20962 20640 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20967] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20967/stat : 20967 (java) S 20960 20962 20640 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20968] ppid=20960 vsize=915568 CPUtime=0.23
/proc/20962/task/20968/stat : 20968 (java) S 20960 20962 20640 0 -1 64 410 0 0 0 22 1 0 0 16 0 8 0 155505634 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20969] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20969/stat : 20969 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20970] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20970/stat : 20970 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155505634 937541632 8616 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) 915568

[startup+2.9847 s]
/proc/loadavg: 0.78 1.57 1.72 4/87 21015
/proc/meminfo: memFree=1659496/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=915568 CPUtime=2.96
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 8891 0 1 0 290 6 0 0 18 0 8 0 155505627 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073868652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20962/statm: 228892 8628 2513 14 0 215362 0
[pid=20962/tid=20964] ppid=20960 vsize=915568 CPUtime=0.03
/proc/20962/task/20964/stat : 20964 (java) S 20960 20962 20640 0 -1 64 336 0 0 0 3 0 0 0 16 0 8 0 155505630 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20965] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20965/stat : 20965 (java) S 20960 20962 20640 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20966] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20966/stat : 20966 (java) S 20960 20962 20640 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20967] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20967/stat : 20967 (java) S 20960 20962 20640 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20968] ppid=20960 vsize=915568 CPUtime=0.24
/proc/20962/task/20968/stat : 20968 (java) S 20960 20962 20640 0 -1 64 412 0 0 0 23 1 0 0 16 0 8 0 155505634 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20969] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20969/stat : 20969 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20970] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20970/stat : 20970 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155505634 937541632 8628 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) 915568

[startup+6.26508 s]
/proc/loadavg: 0.87 1.58 1.72 2/75 21015
/proc/meminfo: memFree=1664904/2055920 swapFree=4191892/4192956
[pid=20962] ppid=20960 vsize=915568 CPUtime=6.22
/proc/20962/stat : 20962 (java) R 20960 20962 20640 0 -1 0 8897 0 1 0 616 6 0 0 25 0 8 0 155505627 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073867828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20962/statm: 228892 8633 2513 14 0 215362 0
[pid=20962/tid=20964] ppid=20960 vsize=915568 CPUtime=0.03
/proc/20962/task/20964/stat : 20964 (java) S 20960 20962 20640 0 -1 64 336 0 0 0 3 0 0 0 16 0 8 0 155505630 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20965] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20965/stat : 20965 (java) S 20960 20962 20640 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20966] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20966/stat : 20966 (java) S 20960 20962 20640 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155505631 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20967] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20967/stat : 20967 (java) S 20960 20962 20640 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20968] ppid=20960 vsize=915568 CPUtime=0.24
/proc/20962/task/20968/stat : 20968 (java) S 20960 20962 20640 0 -1 64 413 0 0 0 23 1 0 0 17 0 8 0 155505634 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20969] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20969/stat : 20969 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155505634 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20962/tid=20970] ppid=20960 vsize=915568 CPUtime=0
/proc/20962/task/20970/stat : 20970 (java) S 20960 20962 20640 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155505634 937541632 8633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 8.35664
CPU time (s): 8.30974
CPU user time (s): 8.23775
CPU system time (s): 0.071989
CPU usage (%): 99.4387
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23775
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8995
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= 1088
involuntary context switches= 451

runsolver used 0.013997 s user time and 0.026995 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 08:11:01 UTC 2007


IDJOB= 197411
IDBENCH= 3466
FILE ID= node75/197411-1168071059

PBS_JOBID= 3475946

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/bqwh/bqwh-18-141/bqwh-18-141-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197411-1168071059/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-197411-1168071059 -o ROOT/results/node75/solver-197411-1168071059 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197411-1168071059/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  afb6f1956c7561e3598fd8710aa51fd7

RANDOM SEED= 650496482

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1692064 kB
Buffers:         19788 kB
Cached:         260172 kB
SwapCached:        268 kB
Active:          44076 kB
Inactive:       255424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692064 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          28404 kB
Slab:            49956 kB
Committed_AS:  3026296 kB
PageTables:       1636 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= 66547 MiB



End job on node75 on Sat Jan  6 08:11:11 UTC 2007