Trace number 2059692

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 22.3856 22.6057

DiagnosticValue
ASSIGNMENTS35319

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-50021_ext.xml
MD5SUM204b0aa82f5d61dc0972b84807b5c004
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 benchmark6.37803
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.17/0.20	c Seed is 984598156
0.17/0.20	c Constructing HOME/instance-2059692-1247695302.xml  with 5812 constraints
0.17/0.20	c Solving 35319 backtracks 17 restarts
22.36/22.60	s SATISFIABLE
22.36/22.60	c V0=22, V1=20, V2=1, V3=11, V4=6, V5=10, V6=2, V7=4, V8=0, V9=17, V10=18, V11=2, V12=22, V13=15, V14=22, V15=2, V16=3, V17=5, V18=16, V19=20, V20=12, V21=12, V22=22, 
22.36/22.60	v 22 20 1 11 6 10 2 4 0 17 18 2 22 15 22 2 3 5 16 20 12 12 22 
22.36/22.60	d ASSIGNMENTS 35319

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-2059692-1247695302/watcher-2059692-1247695302 -o /tmp/evaluation-result-2059692-1247695302/solver-2059692-1247695302 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 984598156 HOME/instance-2059692-1247695302.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: 1.99 1.93 1.34 4/74 17232
/proc/meminfo: memFree=860776/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=5356 CPUtime=0
/proc/17232/stat : 17232 (pcssolve) R 17230 17232 17111 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 56221538 5484544 236 996147200 4194304 4889804 548682068800 18446744073709551615 4715392 0 0 4100 65536 0 0 0 17 1 0 0
/proc/17232/statm: 1339 236 197 169 0 50 0

[startup+0.0771011 s]
/proc/loadavg: 1.99 1.93 1.34 4/74 17232
/proc/meminfo: memFree=860776/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=5300 CPUtime=0.05
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1027 822 0 0 5 0 0 0 18 0 1 0 56221538 5427200 636 996147200 134512640 135095119 4294956304 18446744073709551615 7376478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1325 636 364 142 0 279 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5300

[startup+0.102107 s]
/proc/loadavg: 1.99 1.93 1.34 4/74 17232
/proc/meminfo: memFree=860776/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=6252 CPUtime=0.07
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1295 822 0 0 7 0 0 0 18 0 1 0 56221538 6402048 871 996147200 134512640 135095119 4294956304 18446744073709551615 7027828 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1563 871 373 142 0 517 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6252

[startup+0.30213 s]
/proc/loadavg: 1.99 1.93 1.34 4/74 17232
/proc/meminfo: memFree=860776/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=6252 CPUtime=0.27
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1306 822 0 0 27 0 0 0 19 0 1 0 56221538 6402048 882 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1563 882 378 142 0 517 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6252

[startup+0.702183 s]
/proc/loadavg: 1.99 1.93 1.34 4/74 17232
/proc/meminfo: memFree=860776/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=6252 CPUtime=0.67
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1317 822 0 0 67 0 0 0 23 0 1 0 56221538 6402048 893 996147200 134512640 135095119 4294956304 18446744073709551615 134643000 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1563 893 378 142 0 517 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6252

[startup+1.50129 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17238
/proc/meminfo: memFree=858336/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=7024 CPUtime=1.47
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1485 822 0 0 146 1 0 0 25 0 1 0 56221538 7192576 996 996147200 134512640 135095119 4294956304 18446744073709551615 134589601 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1756 996 378 142 0 710 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7024

[startup+3.10149 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17238
/proc/meminfo: memFree=857824/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=7796 CPUtime=3.05
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 1808 822 0 0 304 1 0 0 25 0 1 0 56221538 7983104 1190 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 1949 1190 378 142 0 903 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7796

[startup+6.30191 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17238
/proc/meminfo: memFree=855456/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=10380 CPUtime=6.21
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 2622 822 0 0 620 1 0 0 25 0 1 0 56221538 10629120 1618 996147200 134512640 135095119 4294956304 18446744073709551615 134643125 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 2595 1618 378 142 0 1549 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10380

[startup+12.7017 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=852832/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=11688 CPUtime=12.56
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 3209 822 0 0 1254 2 0 0 25 0 1 0 56221538 11968512 2205 996147200 134512640 135095119 4294956304 18446744073709551615 134642982 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 2922 2205 378 142 0 1876 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11688

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

[startup+19.1016 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=850336/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=16212 CPUtime=18.89
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4534 822 0 0 1887 2 0 0 25 0 1 0 56221538 16601088 2760 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 4053 2760 378 142 0 3007 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 16212

[startup+20.7018 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=850208/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=16212 CPUtime=20.48
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4582 822 0 0 2046 2 0 0 25 0 1 0 56221538 16601088 2808 996147200 134512640 135095119 4294956304 18446744073709551615 134576561 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 4053 2808 378 142 0 3007 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 16212

[startup+21.5019 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=850080/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=16212 CPUtime=21.28
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4622 822 0 0 2125 3 0 0 25 0 1 0 56221538 16601088 2848 996147200 134512640 135095119 4294956304 18446744073709551615 134636930 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 4053 2848 378 142 0 3007 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 16212

[startup+22.302 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=849824/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=16340 CPUtime=22.07
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4666 822 0 0 2204 3 0 0 25 0 1 0 56221538 16732160 2892 996147200 134512640 135095119 4294956304 18446744073709551615 134577766 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 4085 2892 378 142 0 3039 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 16340

[startup+22.502 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=849824/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=16340 CPUtime=22.26
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4675 822 0 0 2223 3 0 0 25 0 1 0 56221538 16732160 2901 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 4085 2901 378 142 0 3039 0
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (KiB) 16340

[startup+22.602 s]
/proc/loadavg: 1.99 1.93 1.35 3/75 17238
/proc/meminfo: memFree=849824/2055920 swapFree=4192812/4192956
[pid=17232] ppid=17230 vsize=10188 CPUtime=22.36
/proc/17232/stat : 17232 (pcs.small) R 17230 17232 17111 0 -1 4194304 4680 822 0 0 2233 3 0 0 25 0 1 0 56221538 10432512 1889 996147200 134512640 135095119 4294956304 18446744073709551615 7340156 0 0 4096 0 0 0 0 17 1 0 0
/proc/17232/statm: 2547 1889 378 142 0 1501 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (KiB) 10188

Child status: 0
Real time (s): 22.6057
CPU time (s): 22.3856
CPU user time (s): 22.3446
CPU system time (s): 0.040993
CPU usage (%): 99.0264
Max. virtual memory (cumulated for all children) (KiB): 17240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3446
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5505
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= 544

runsolver used 0.035994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-16 00:01:43
IDJOB=2059692
IDBENCH=53605
IDSOLVER=734
FILE ID=node40/2059692-1247695302
PBS_JOBID= 9521230
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-50021_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059692-1247695302/watcher-2059692-1247695302 -o /tmp/evaluation-result-2059692-1247695302/solver-2059692-1247695302 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 984598156 HOME/instance-2059692-1247695302.xml

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

MD5SUM BENCH= 204b0aa82f5d61dc0972b84807b5c004
RANDOM SEED=984598156

node40.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.213
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.213
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:        861256 kB
Buffers:         52636 kB
Cached:         991300 kB
SwapCached:          0 kB
Active:         146320 kB
Inactive:       967100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          81172 kB
Slab:            66468 kB
Committed_AS:   708584 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node40 at 2009-07-16 00:02:05