Trace number 233233

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
buggy_2_5 2007-01-08SAT 25.0002 26.326

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-105-3.xml
MD5SUMaf76b8d5f9d1f307c434b42c9d393cf0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.804877
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c solution file
c 
c 

SAT
238 713 77 161 73 870 1229 290 955 922 1104 632 0 532 1155 596 1067 783 372 452 169 366 452 1160 1068 878 956 947 547 244 925 80 800 68 0 1037 619 713 985 558 181 1030 371 519 778 918 985 850 276 636 1051 96 522 0 1118 451 588 511 188 695 703 1067 1167 401 500 60 290 388 744 568 810 181 554 1242 199 898 96 658 0 1024 704 1002 896 0 991 568 946 922 770 964 420 1007 496 636 979 337 80 846 151 247 884 255 0 692 770 555 485 1299 1094 181 348 632 1277 161 900 442 833 1161 98 749 851 1146 951 0 1115 619 796 899 805 105 1197 452 657 272 200 372 1024 755 522 1162 98 105 287 337 401 199 466 0 579 1061 718 1104 100 776 649 1022 869 912 496 977 0 91 744 1137 224 340 522 325 898 1173 631 962 800 10 869 279 693 403 431 997 1289 703 1173 0 769 554 450 1257 431 824 906 1084 343 513 962 1052 244 632 151 802 878 778 1072 698 657 1134 559 1023 733 98 290 371 466 331 132 519 0 189 398 11 1068 96 0 596 279 718 193 1278 1226 868 372 413 290 806 1179 398 77 638 1119 488 833 744 1167 1031 479 178 883 486 334 780 579 1004 251 1107 632 450 0 671 940 80 865 91 1186 764 343 359 1023 1236 376 653 538 193 0 956 1068 985 716 247 1137 442 985 732 0 532 1183 825 164 95 590 1070 945 325 653 269 251 288 1155 403 806 348 824 517 1197 653 189 324 573 438 1070 947 1010 870 1257 626 776 695 11 358 1141 105 278 0 850 173 997 783 1059 555 590 462 451 1031 73 744 359 655 1146 339 161 918 376 172 89 283 850 882 900 325 262 522 450 810 590 653 0 1141 1004 287 1052 276 1242 1203 1051 558 731 0 178 1022 89 940 100 906 633 272 995 388 462 964 779 846 257 1068 770 657 868 359 1007 413 98 382 325 181 716 513 838 0 452 1179 579 1142 

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/node25/watcher-233233-1168325084 -o ROOT/results/node25/solver-233233-1168325084 -C 1800 -M 900 /tmp/evaluation/233233-1168325084/solver /tmp/evaluation/233233-1168325084/unknown 1800 

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: 1.98 1.57 1.23 5/86 4003
/proc/meminfo: memFree=919904/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=18540 CPUtime=0
/proc/4002/stat : 4002 (runsolver) R 4000 4002 3193 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 180901018 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 215781797159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4002/statm: 4635 279 244 17 0 2626 0

[startup+0.110492 s]
/proc/loadavg: 1.98 1.57 1.23 5/86 4003
/proc/meminfo: memFree=919904/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=0
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 354 334 0 0 0 0 0 0 18 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.518556 s]
/proc/loadavg: 1.98 1.57 1.23 5/86 4003
/proc/meminfo: memFree=919904/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=0
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 354 334 0 0 0 0 0 0 18 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34071 s]
/proc/loadavg: 2.06 1.59 1.24 4/90 4014
/proc/meminfo: memFree=914496/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=0.14
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 376 2327 0 25 0 0 11 3 16 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5352

[startup+2.98098 s]
/proc/loadavg: 2.06 1.59 1.24 3/87 4015
/proc/meminfo: memFree=886872/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=0.14
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 376 2327 0 25 0 0 11 3 16 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
[pid=4015] ppid=4002 vsize=41656 CPUtime=1.58
/proc/4015/stat : 4015 (bordewijk) R 4002 4002 3193 0 -1 4194304 10921 0 4 0 148 10 0 0 20 0 1 0 180901136 42655744 9872 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4198077 0 0 4096 0 0 0 0 17 1 0 0
/proc/4015/statm: 10414 9872 204 97 0 9695 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 47008

[startup+6.26653 s]
/proc/loadavg: 1.97 1.58 1.24 2/82 4025
/proc/meminfo: memFree=786112/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=0.14
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 376 2327 0 25 0 0 11 3 16 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
[pid=4015] ppid=4002 vsize=158420 CPUtime=4.84
/proc/4015/stat : 4015 (bordewijk) R 4002 4002 3193 0 -1 4194304 42981 0 4 0 228 256 0 0 25 0 1 0 180901136 162222080 38543 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4015/statm: 39605 38543 217 97 0 38886 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 163772

[startup+12.7306 s]
/proc/loadavg: 1.97 1.59 1.24 3/94 4073
/proc/meminfo: memFree=754592/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=6.77
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 396 45309 0 29 0 0 250 427 16 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
[pid=4028] ppid=4002 vsize=115528 CPUtime=4.62
/proc/4028/stat : 4028 (standalone) R 4002 4002 3193 0 -1 4194304 27974 0 0 0 354 108 0 0 25 0 1 0 180901824 118300672 27768 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4050280312 0 0 4096 0 0 0 0 17 0 0 0
/proc/4028/statm: 28882 27768 136 64 0 28197 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 120880

[startup+25.5578 s]
/proc/loadavg: 1.98 1.60 1.25 3/94 4073
/proc/meminfo: memFree=753312/2055920 swapFree=4170860/4192956
[pid=4002] ppid=4000 vsize=5352 CPUtime=6.77
/proc/4002/stat : 4002 (solver) S 4000 4002 3193 0 -1 4194304 396 45309 0 29 0 0 250 427 16 0 1 0 180901018 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 215781794628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4002/statm: 1338 242 203 169 0 49 0
[pid=4028] ppid=4002 vsize=115548 CPUtime=17.44
/proc/4028/stat : 4028 (standalone) R 4002 4002 3193 0 -1 4194304 28378 0 0 0 1635 109 0 0 25 0 1 0 180901824 118321152 28172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 0 0 0
/proc/4028/statm: 28887 28172 138 64 0 28202 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 120900

Child status: 0
Real time (s): 26.326
CPU time (s): 25.0002
CPU user time (s): 19.608
CPU system time (s): 5.39218
CPU usage (%): 94.9639
Max. virtual memory (cumulated for all children) (KiB): 163772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.608
system time used= 5.39218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74136
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 335
involuntary context switches= 852

runsolver used 0.036994 s user time and 0.084987 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Jan  9 06:44:46 UTC 2007


IDJOB= 233233
IDBENCH= 6588
FILE ID= node25/233233-1168325084

PBS_JOBID= 3502965

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-105-3.xml
COMMAND LINE= /tmp/evaluation/233233-1168325084/solver /tmp/evaluation/233233-1168325084/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-233233-1168325084 -o ROOT/results/node25/solver-233233-1168325084 -C 1800 -M 900  /tmp/evaluation/233233-1168325084/solver /tmp/evaluation/233233-1168325084/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  af76b8d5f9d1f307c434b42c9d393cf0

RANDOM SEED= 491983257

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.279
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.279
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:        920384 kB
Buffers:         14252 kB
Cached:         998028 kB
SwapCached:       2280 kB
Active:         313324 kB
Inactive:       768844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        920384 kB
SwapTotal:     4192956 kB
SwapFree:      4170860 kB
Dirty:           11940 kB
Writeback:           0 kB
Mapped:          82508 kB
Slab:            37988 kB
Committed_AS:  3847088 kB
PageTables:       2344 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= 66535 MiB



End job on node25 on Tue Jan  9 06:45:13 UTC 2007