Trace number 2078916

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Mistral 1.545SAT 140.489 140.569

DiagnosticValue
ASSIGNMENTS936587
CHECKS326380000
NODES936587

General information on the benchmark

Namecsp/nengfa/
normalized-protein.xml
MD5SUMdcc276e0be4c2cfad38640ad0b90bab6
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.15806
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of constraints309
Maximum constraint arity27
Maximum domain size1011
Number of constraints which are defined in extension0
Number of constraints which are defined in intension308
Global constraints used (with number of constraints)alldifferent(1)

Solver Data

0.00/0.03	c mistral version 1.545
140.41/140.56	s SATISFIABLE
140.41/140.56	v 2828 28 28 2829 28 29 2929 29 29 2928 29 28 3028 30 28 3029 30 29 3030 30 30 3130 31 30 3129 31 29 3128 31 28 3228 32 28 3227 32 27 3127 31 27 3027 30 27 3026 30 26 3126 31 26 3226 32 26 3225 32 25 3125 31 25 3025 30 25 2925 29 25 2926 29 26 2927 29 27 2827 28 27 2826 28 26 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 -1 3 2 0 3 0 0 4 1 0 2 1 0 4 3 0 1 2 0 0 1 -1 -1 -1 -1 -1 -1 -1 -2 3 0 0 2 1 0 3 2 0 0 1 -1 -1 -1 -1 1 2 0 1 0 -1 2 1 0 0 1 -1 2 3 0 1 2 0 2 1 0 0 0 -1 -1 -2 -2 1 2 0 0 3 0 1 4 0 2 3 0 0 0 0 0 1 -1 1 2 0 2 1 0 0 -1 2 1 0 0 3 0 3 2 0 4 1 0 0 0 0 0 1 -1 3 0 0 -1 1 2 0 2 1 0 3 0 0 0 0 2 1 0 1 0 -1 -1 3 0 0 4 1 0 0 3 2 0 0 -1 -1 -2 -2 -3 -3 -5 -6 -8 2727 2728
140.41/140.56	d CHECKS 326380085
140.41/140.56	d ASSIGNMENTS 936587
140.41/140.56	d NODES 936587 BACKTRACKS 936222 FAILURES 936222 RUNTIME 140.49 TOTALTIME 140.5 NODES/s 6666.57 CHECKS/s 2.32316e+06

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078916-1247367590/watcher-2078916-1247367590 -o /tmp/evaluation-result-2078916-1247367590/solver-2078916-1247367590 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2078916-1247367590.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.13 2.11 2.10 4/83 21095
/proc/meminfo: memFree=695792/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=2224 CPUtime=0
/proc/21095/stat : 21095 (ld-linux.so.2) D 21093 21095 20860 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 23822717 2277376 33 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448525284 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/21095/statm: 556 33 25 29 0 4 0

[startup+0.0801031 s]
/proc/loadavg: 2.13 2.11 2.10 4/83 21095
/proc/meminfo: memFree=695792/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=0.04
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 767 0 0 0 4 0 0 0 18 0 1 0 23822717 6135808 746 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172217 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 746 439 29 0 313 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5992

[startup+0.102108 s]
/proc/loadavg: 2.13 2.11 2.10 4/83 21095
/proc/meminfo: memFree=695792/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=0.07
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 768 0 0 0 7 0 0 0 18 0 1 0 23822717 6135808 747 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290088 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 747 439 29 0 313 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5992

[startup+0.302127 s]
/proc/loadavg: 2.13 2.11 2.10 4/83 21095
/proc/meminfo: memFree=695792/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=0.26
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 775 0 0 0 26 0 0 0 19 0 1 0 23822717 6135808 754 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264182 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 754 440 29 0 313 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5992

[startup+0.702166 s]
/proc/loadavg: 2.13 2.11 2.10 4/83 21095
/proc/meminfo: memFree=695792/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=0.66
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 777 0 0 0 66 0 0 0 23 0 1 0 23822717 6135808 756 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269053 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 756 440 29 0 313 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 5992

[startup+1.50125 s]
/proc/loadavg: 2.20 2.12 2.10 3/84 21096
/proc/meminfo: memFree=693160/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=1.46
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 782 0 0 0 146 0 0 0 25 0 1 0 23822717 6135808 761 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 761 440 29 0 313 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 5992

[startup+3.10143 s]
/proc/loadavg: 2.20 2.12 2.10 3/84 21096
/proc/meminfo: memFree=693800/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=3.06
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 783 0 0 0 306 0 0 0 25 0 1 0 23822717 6135808 762 996147200 1448431616 1448550632 4294956208 18446744073709551615 134828993 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 762 440 29 0 313 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 5992

[startup+6.30178 s]
/proc/loadavg: 2.18 2.12 2.10 3/84 21096
/proc/meminfo: memFree=692912/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=6.26
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 783 0 0 0 626 0 0 0 25 0 1 0 23822717 6135808 762 996147200 1448431616 1448550632 4294956208 18446744073709551615 134828993 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 762 440 29 0 313 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 5992

[startup+12.7015 s]
/proc/loadavg: 2.17 2.12 2.10 3/84 21096
/proc/meminfo: memFree=692784/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=12.66
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 784 0 0 0 1266 0 0 0 25 0 1 0 23822717 6135808 763 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838800 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 763 440 29 0 313 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5992

[startup+25.5029 s]
/proc/loadavg: 2.14 2.12 2.10 3/84 21096
/proc/meminfo: memFree=692848/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=25.45
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 784 0 0 0 2545 0 0 0 25 0 1 0 23822717 6135808 763 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269043 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 763 440 29 0 313 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5992

[startup+51.1026 s]
/proc/loadavg: 2.08 2.10 2.09 3/84 21096
/proc/meminfo: memFree=692848/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=51.04
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 785 0 0 0 5104 0 0 0 25 0 1 0 23822717 6135808 764 996147200 1448431616 1448550632 4294956208 18446744073709551615 135293277 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 764 440 29 0 313 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5992

[startup+102.306 s]
/proc/loadavg: 2.26 2.13 2.10 4/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=102.23
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 786 0 0 0 10221 2 0 0 25 0 1 0 23822717 6135808 765 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268129 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 765 440 29 0 313 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 5992

Solver just ended. Dumping a history of the last processes samples

[startup+127.902 s]
/proc/loadavg: 2.22 2.14 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=127.82
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 12780 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291772 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 5992

[startup+134.302 s]
/proc/loadavg: 2.21 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=134.21
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 13419 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836566 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 134.21
Current children cumulated vsize (KiB) 5992

[startup+137.508 s]
/proc/loadavg: 2.19 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=137.42
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 13740 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 134819761 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 137.42
Current children cumulated vsize (KiB) 5992

[startup+139.101 s]
/proc/loadavg: 2.19 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=139.01
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 13899 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290117 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 139.01
Current children cumulated vsize (KiB) 5992

[startup+139.901 s]
/proc/loadavg: 2.19 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=139.81
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 13979 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 139.81
Current children cumulated vsize (KiB) 5992

[startup+140.301 s]
/proc/loadavg: 2.19 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=140.21
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 14019 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 140.21
Current children cumulated vsize (KiB) 5992

[startup+140.501 s]
/proc/loadavg: 2.19 2.13 2.10 3/83 21170
/proc/meminfo: memFree=936696/2055920 swapFree=4192820/4192956
[pid=21095] ppid=21093 vsize=5992 CPUtime=140.41
/proc/21095/stat : 21095 (ld-linux.so.2) R 21093 21095 20860 0 -1 4194304 787 0 0 0 14039 2 0 0 25 0 1 0 23822717 6135808 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291448 0 0 4096 0 0 0 0 17 0 0 0
/proc/21095/statm: 1498 766 440 29 0 313 0
Current children cumulated CPU time (s) 140.41
Current children cumulated vsize (KiB) 5992

Child status: 0
Real time (s): 140.569
CPU time (s): 140.489
CPU user time (s): 140.463
CPU system time (s): 0.025996
CPU usage (%): 99.9428
Max. virtual memory (cumulated for all children) (KiB): 5992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.463
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 556

runsolver used 0.198969 second user time and 0.432934 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 04:59:50
IDJOB=2078916
IDBENCH=56824
IDSOLVER=769
FILE ID=node47/2078916-1247367590
PBS_JOBID= 9507139
Free space on /tmp= 66468 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/nengfa/normalized-protein.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078916-1247367590/watcher-2078916-1247367590 -o /tmp/evaluation-result-2078916-1247367590/solver-2078916-1247367590 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2078916-1247367590.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dcc276e0be4c2cfad38640ad0b90bab6
RANDOM SEED=926087747

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        696272 kB
Buffers:         63672 kB
Cached:         524936 kB
SwapCached:        136 kB
Active:         742204 kB
Inactive:       546756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        696272 kB
SwapTotal:     4192956 kB
SwapFree:      4192820 kB
Dirty:            1220 kB
Writeback:           0 kB
Mapped:         715924 kB
Slab:            54256 kB
Committed_AS:   871860 kB
PageTables:       3424 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= 66468 MiB
End job on node47 at 2009-07-12 05:02:11