Trace number 2059196

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 0.3.2SAT 42.7535 43.1373

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/marc/
normalized-large-92-sat_ext.xml
MD5SUMb8c8d5edeb1c5ac13491e6fb9a38beea
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 benchmark15.5396
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.14/0.31	c has big domains
0.14/0.31	c big-domain mode
0.14/0.32	c Seed is 625789191
0.14/0.32	c Constructing HOME/instance-2059196-1247695057.xml  with 10249 constraints
42.71/43.11	c Solving 0 backtracks
42.71/43.13	s SATISFIABLE
42.71/43.13	c V0=11, V1=11, V2=11, V3=11, V4=11, V5=11, V6=11, V7=11, V8=11, V9=11, V10=11, V11=11, V12=11, V13=11, V14=11, V15=11, V16=11, V17=11, V18=11, V19=11, V20=11, V21=11, V22=11, V23=11, V24=11, V25=11, V26=11, V27=11, V28=11, V29=11, V30=11, V31=11, V32=11, V33=11, V34=11, V35=11, V36=11, V37=11, V38=11, V39=11, V40=11, V41=11, V42=11, V43=11, V44=11, V45=11, V46=11, V47=11, V48=11, V49=11, V50=11, V51=11, V52=11, V53=11, V54=11, V55=11, V56=11, V57=11, V58=11, V59=11, V60=11, V61=11, V62=11, V63=11, V64=11, V65=11, V66=11, V67=11, V68=11, V69=11, V70=11, V71=11, V72=11, V73=11, V74=11, V75=11, V76=11, V77=11, V78=11, V79=11, V80=11, V81=11, V82=11, V83=11, V84=11, V85=11, V86=11, V87=11, V88=11, V89=11, V90=11, V91=11, 
42.71/43.13	v 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 
42.71/43.13	d ASSIGNMENTS 0

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-2059196-1247695057/watcher-2059196-1247695057 -o /tmp/evaluation-result-2059196-1247695057/solver-2059196-1247695057 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 625789191 HOME/instance-2059196-1247695057.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.87 1.16 4/72 14688
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=5356 CPUtime=0
/proc/14688/stat : 14688 (pcssolve) R 14686 14688 14510 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 56569556 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14688/statm: 1339 241 200 169 0 50 0
[pid=14689] ppid=14688 vsize=5356 CPUtime=0
/proc/14689/stat : 14689 (pcssolve) R 14688 14688 14510 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 56569556 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14689/statm: 1339 241 200 169 0 50 0

[startup+0.05449 s]
/proc/loadavg: 1.99 1.87 1.16 4/72 14688
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=5356 CPUtime=0
/proc/14688/stat : 14688 (pcssolve) S 14686 14688 14510 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 56569556 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14688/statm: 1339 242 201 169 0 50 0
[pid=14689] ppid=14688 vsize=3676 CPUtime=0.03
/proc/14689/stat : 14689 (fgrep) R 14688 14688 14510 0 -1 4194304 148 0 0 0 2 1 0 0 22 0 1 0 56569556 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 4243377 0 0 4096 0 0 0 0 17 1 0 0
/proc/14689/statm: 919 115 87 19 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9032

[startup+0.101494 s]
/proc/loadavg: 1.99 1.87 1.16 4/72 14688
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=5356 CPUtime=0
/proc/14688/stat : 14688 (pcssolve) S 14686 14688 14510 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 56569556 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14688/statm: 1339 242 201 169 0 50 0
[pid=14689] ppid=14688 vsize=3676 CPUtime=0.08
/proc/14689/stat : 14689 (fgrep) R 14688 14688 14510 0 -1 4194304 148 0 0 0 6 2 0 0 22 0 1 0 56569556 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 4243395 0 0 4096 0 0 0 0 17 1 0 0
/proc/14689/statm: 919 115 87 19 0 43 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9032

[startup+0.301513 s]
/proc/loadavg: 1.99 1.87 1.16 4/72 14688
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=5356 CPUtime=0.14
/proc/14688/stat : 14688 (pcssolve) S 14686 14688 14510 0 -1 4194304 339 317 0 0 0 0 10 4 15 0 1 0 56569556 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14688/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.701545 s]
/proc/loadavg: 1.99 1.87 1.16 4/72 14688
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=6972 CPUtime=0.68
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 951 656 0 0 38 0 20 10 19 0 1 0 56569556 7139328 582 996147200 134512640 135215973 4294956304 18446744073709551615 8847058 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 1743 582 372 171 0 668 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6972

[startup+1.50162 s]
/proc/loadavg: 1.99 1.87 1.16 3/73 14693
/proc/meminfo: memFree=1305528/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=11140 CPUtime=1.47
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 1071 656 0 0 117 0 20 10 25 0 1 0 56569556 11407360 702 996147200 134512640 135215973 4294956304 18446744073709551615 134736090 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 2785 702 372 171 0 1710 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11140

[startup+3.10278 s]
/proc/loadavg: 1.99 1.87 1.16 3/73 14693
/proc/meminfo: memFree=1304568/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=19928 CPUtime=3.06
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 1395 656 0 0 275 1 20 10 25 0 1 0 56569556 20406272 1026 996147200 134512640 135215973 4294956304 18446744073709551615 134590114 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 4982 1026 372 171 0 3907 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 19928

[startup+6.3011 s]
/proc/loadavg: 1.99 1.87 1.17 3/73 14693
/proc/meminfo: memFree=1301816/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=37208 CPUtime=6.22
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 2086 656 0 0 590 2 20 10 25 0 1 0 56569556 38100992 1717 996147200 134512640 135215973 4294956304 18446744073709551615 134882157 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 9302 1717 372 171 0 8227 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 37208

[startup+12.7017 s]
/proc/loadavg: 1.99 1.87 1.17 3/73 14693
/proc/meminfo: memFree=1296120/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=71324 CPUtime=12.57
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 3445 656 0 0 1222 5 20 10 25 0 1 0 56569556 73035776 3076 996147200 134512640 135215973 4294956304 18446744073709551615 134735718 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 17831 3076 372 171 0 16756 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 71324

[startup+25.502 s]
/proc/loadavg: 1.99 1.88 1.19 3/73 14693
/proc/meminfo: memFree=1284536/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=137032 CPUtime=25.26
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 6079 656 0 0 2486 10 20 10 25 0 1 0 56569556 140320768 5710 996147200 134512640 135215973 4294956304 18446744073709551615 8844635 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 34258 5710 372 171 0 33183 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 137032

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

[startup+31.9066 s]
/proc/loadavg: 1.99 1.88 1.19 3/73 14693
/proc/meminfo: memFree=1267448/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=169360 CPUtime=31.6
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 7351 656 0 0 3118 12 20 10 25 0 1 0 56569556 173424640 6982 996147200 134512640 135215973 4294956304 18446744073709551615 8846844 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 42340 6982 372 171 0 41265 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 169360

[startup+38.3013 s]
/proc/loadavg: 1.99 1.88 1.19 3/73 14693
/proc/meminfo: memFree=1262840/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=201096 CPUtime=37.95
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 8628 656 0 0 3750 15 20 10 25 0 1 0 56569556 205922304 8259 996147200 134512640 135215973 4294956304 18446744073709551615 8846834 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 50274 8259 372 171 0 49199 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 201096

[startup+41.5016 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 14693
/proc/meminfo: memFree=1260216/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=216740 CPUtime=41.12
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 9254 656 0 0 4066 16 20 10 25 0 1 0 56569556 221941760 8885 996147200 134512640 135215973 4294956304 18446744073709551615 134740285 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 54185 8885 372 171 0 53110 0
Current children cumulated CPU time (s) 41.12
Current children cumulated vsize (KiB) 216740

[startup+42.3017 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 14693
/proc/meminfo: memFree=1259384/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=220764 CPUtime=41.91
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 9427 656 0 0 4145 16 20 10 25 0 1 0 56569556 226062336 9058 996147200 134512640 135215973 4294956304 18446744073709551615 8846844 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 55191 9058 372 171 0 54116 0
Current children cumulated CPU time (s) 41.91
Current children cumulated vsize (KiB) 220764

[startup+42.7017 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 14693
/proc/meminfo: memFree=1259384/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=222700 CPUtime=42.31
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 9492 656 0 0 4185 16 20 10 25 0 1 0 56569556 228044800 9123 996147200 134512640 135215973 4294956304 18446744073709551615 134740285 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 55675 9123 372 171 0 54600 0
Current children cumulated CPU time (s) 42.31
Current children cumulated vsize (KiB) 222700

[startup+43.1018 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 14693
/proc/meminfo: memFree=1258424/2055920 swapFree=4192812/4192956
[pid=14688] ppid=14686 vsize=227184 CPUtime=42.71
/proc/14688/stat : 14688 (pcs.big) R 14686 14688 14510 0 -1 4194304 10452 656 0 0 4224 17 20 10 25 0 1 0 56569556 232636416 9985 996147200 134512640 135215973 4294956304 18446744073709551615 8843350 0 0 4096 0 0 0 0 17 1 0 0
/proc/14688/statm: 56796 9985 384 171 0 55721 0
Current children cumulated CPU time (s) 42.71
Current children cumulated vsize (KiB) 227184

Child status: 0
Real time (s): 43.1373
CPU time (s): 42.7535
CPU user time (s): 42.4735
CPU system time (s): 0.279957
CPU usage (%): 99.1103
Max. virtual memory (cumulated for all children) (KiB): 227184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.4735
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11118
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= 23
involuntary context switches= 950

runsolver used 0.043993 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-15 23:57:49
IDJOB=2059196
IDBENCH=53560
IDSOLVER=733
FILE ID=node70/2059196-1247695057
PBS_JOBID= 9521174
Free space on /tmp= 66332 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/marc/normalized-large-92-sat_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059196-1247695057/watcher-2059196-1247695057 -o /tmp/evaluation-result-2059196-1247695057/solver-2059196-1247695057 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 625789191 HOME/instance-2059196-1247695057.xml

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

MD5SUM BENCH= b8c8d5edeb1c5ac13491e6fb9a38beea
RANDOM SEED=625789191

node70.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.214
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.214
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:       1307104 kB
Buffers:         73812 kB
Cached:         510172 kB
SwapCached:          0 kB
Active:         345052 kB
Inactive:       320932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          102636 kB
Writeback:           0 kB
Mapped:          93480 kB
Slab:            68076 kB
Committed_AS:   806352 kB
PageTables:       1876 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= 66332 MiB
End job on node70 at 2009-07-15 23:58:32