Trace number 2078678

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
pcs-restart 0.3.2SAT 75.6025 76.3073

DiagnosticValue
ASSIGNMENTS20682

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-38_ext.xml
MD5SUM6fdbe68a2d457bfaf3f446e31ed9bdbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.94925
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints56
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.04	c Seed is 1804902492
0.00/0.04	c Constructing HOME/instance-2078678-1247716504.xml  with 56 constraints
0.36/0.43	c Solving 20682 backtracks 15 restarts
75.57/76.30	s SATISFIABLE
75.57/76.30	c V0=8, V1=7, V2=14, V3=0, V4=17, V5=5, V6=6, V7=14, V8=8, V9=0, V10=3, V11=19, V12=18, V13=14, V14=9, V15=16, V16=3, V17=8, V18=2, V19=2, 
75.57/76.30	v 8 7 14 0 17 5 6 14 8 0 3 19 18 14 9 16 3 8 2 2 
75.57/76.30	d ASSIGNMENTS 20682

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-2078678-1247716504/watcher-2078678-1247716504 -o /tmp/evaluation-result-2078678-1247716504/solver-2078678-1247716504 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1804902492 HOME/instance-2078678-1247716504.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.11 2.04 2.02 4/82 15832
/proc/meminfo: memFree=1291792/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=5356 CPUtime=0
/proc/15832/stat : 15832 (pcssolve) R 15830 15832 14568 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 58717778 5484544 239 996147200 4194304 4889804 548682068800 18446744073709551615 244670985312 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15832/statm: 1339 239 199 169 0 50 0

[startup+0.0146471 s]
/proc/loadavg: 2.11 2.04 2.02 4/82 15832
/proc/meminfo: memFree=1291792/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=5356 CPUtime=0
/proc/15832/stat : 15832 (pcssolve) S 15830 15832 14568 0 -1 4194304 339 317 0 0 0 0 0 0 21 0 1 0 58717778 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15832/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101653 s]
/proc/loadavg: 2.11 2.04 2.02 4/82 15832
/proc/meminfo: memFree=1291792/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=5356 CPUtime=0.07
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 958 822 0 0 7 0 0 0 18 0 1 0 58717778 5484544 567 996147200 134512640 135095119 4294956304 18446744073709551615 10849788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 1339 567 375 142 0 293 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301675 s]
/proc/loadavg: 2.11 2.04 2.02 4/82 15832
/proc/meminfo: memFree=1291792/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=8056 CPUtime=0.27
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1295 822 0 0 26 1 0 0 19 0 1 0 58717778 8249344 904 996147200 134512640 135095119 4294956304 18446744073709551615 134944973 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2014 904 375 142 0 968 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8056

[startup+0.701718 s]
/proc/loadavg: 2.11 2.04 2.02 4/82 15832
/proc/meminfo: memFree=1291792/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=9808 CPUtime=0.66
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1544 822 0 0 65 1 0 0 23 0 1 0 58717778 10043392 1153 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2452 1153 389 142 0 1406 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9808

[startup+1.5018 s]
/proc/loadavg: 2.11 2.04 2.02 3/83 15838
/proc/meminfo: memFree=1288584/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=9808 CPUtime=1.45
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1548 822 0 0 144 1 0 0 25 0 1 0 58717778 10043392 1157 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2452 1157 389 142 0 1406 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9808

[startup+3.10197 s]
/proc/loadavg: 2.11 2.04 2.02 3/83 15838
/proc/meminfo: memFree=1288392/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=9940 CPUtime=3.04
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1578 822 0 0 303 1 0 0 25 0 1 0 58717778 10178560 1187 996147200 134512640 135095119 4294956304 18446744073709551615 134911258 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2485 1187 389 142 0 1439 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 9940

[startup+6.3013 s]
/proc/loadavg: 2.10 2.04 2.02 3/83 15838
/proc/meminfo: memFree=1288072/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=10068 CPUtime=6.21
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1651 822 0 0 620 1 0 0 25 0 1 0 58717778 10309632 1227 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2517 1227 389 142 0 1471 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10068

[startup+12.702 s]
/proc/loadavg: 2.09 2.04 2.02 3/83 15838
/proc/meminfo: memFree=1287496/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=10456 CPUtime=12.55
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 1825 822 0 0 1253 2 0 0 25 0 1 0 58717778 10706944 1336 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2614 1336 389 142 0 1568 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 10456

[startup+25.5013 s]
/proc/loadavg: 2.07 2.04 2.02 3/83 15838
/proc/meminfo: memFree=1286856/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=11096 CPUtime=25.23
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 2199 822 0 0 2521 2 0 0 25 0 1 0 58717778 11362304 1548 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2774 1548 389 142 0 1728 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 11096

[startup+51.102 s]
/proc/loadavg: 2.04 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1282504/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=12376 CPUtime=50.6
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 2892 822 0 0 5057 3 0 0 25 0 1 0 58717778 12673024 1919 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3094 1919 389 142 0 2048 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 12376

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

[startup+63.9013 s]
/proc/loadavg: 2.04 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1281352/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=13020 CPUtime=63.28
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3302 822 0 0 6325 3 0 0 25 0 1 0 58717778 13332480 2200 996147200 134512640 135095119 4294956304 18446744073709551615 134916458 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3255 2200 389 142 0 2209 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 13020

[startup+70.302 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1281096/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=13020 CPUtime=69.63
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3364 822 0 0 6960 3 0 0 25 0 1 0 58717778 13332480 2262 996147200 134512640 135095119 4294956304 18446744073709551615 134927191 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3255 2262 389 142 0 2209 0
Current children cumulated CPU time (s) 69.63
Current children cumulated vsize (KiB) 13020

[startup+73.5013 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1281032/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=13020 CPUtime=72.8
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3390 822 0 0 7277 3 0 0 25 0 1 0 58717778 13332480 2288 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3255 2288 389 142 0 2209 0
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (KiB) 13020

[startup+75.1025 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1280968/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=13020 CPUtime=74.38
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3402 822 0 0 7435 3 0 0 25 0 1 0 58717778 13332480 2300 996147200 134512640 135095119 4294956304 18446744073709551615 134926995 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3255 2300 389 142 0 2209 0
Current children cumulated CPU time (s) 74.38
Current children cumulated vsize (KiB) 13020

[startup+75.9066 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1280904/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=13020 CPUtime=75.18
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3412 822 0 0 7515 3 0 0 25 0 1 0 58717778 13332480 2310 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 3255 2310 389 142 0 2209 0
Current children cumulated CPU time (s) 75.18
Current children cumulated vsize (KiB) 13020

[startup+76.3026 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 15838
/proc/meminfo: memFree=1280904/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=11992 CPUtime=75.57
/proc/15832/stat : 15832 (pcs.small) R 15830 15832 14568 0 -1 4194304 3418 822 0 0 7554 3 0 0 25 0 1 0 58717778 12279808 2153 996147200 134512640 135095119 4294956304 18446744073709551615 10846370 0 0 4096 0 0 0 0 17 1 0 0
/proc/15832/statm: 2998 2153 389 142 0 1952 0
Current children cumulated CPU time (s) 75.57
Current children cumulated vsize (KiB) 11992

Child status: 0
Real time (s): 76.3073
CPU time (s): 75.6025
CPU user time (s): 75.5575
CPU system time (s): 0.044993
CPU usage (%): 99.0764
Max. virtual memory (cumulated for all children) (KiB): 13020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.5575
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4243
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= 22
involuntary context switches= 3148

runsolver used 0.082987 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 05:55:04
IDJOB=2078678
IDBENCH=56799
IDSOLVER=734
FILE ID=node7/2078678-1247716504
PBS_JOBID= 9521374
Free space on /tmp= 66116 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-38_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078678-1247716504/watcher-2078678-1247716504 -o /tmp/evaluation-result-2078678-1247716504/solver-2078678-1247716504 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1804902492 HOME/instance-2078678-1247716504.xml

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

MD5SUM BENCH= 6fdbe68a2d457bfaf3f446e31ed9bdbe
RANDOM SEED=1804902492

node7.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.231
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.231
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:       1292272 kB
Buffers:         87604 kB
Cached:         483528 kB
SwapCached:          0 kB
Active:         292312 kB
Inactive:       390452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:         132020 kB
Slab:            65804 kB
Committed_AS:   670104 kB
PageTables:       2096 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= 66116 MiB
End job on node7 at 2009-07-16 05:56:20