Trace number 2092131

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 83.0354 83.7721

DiagnosticValue
ASSIGNMENTS3003

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-46_ext.xml
MD5SUM904b07095e9d0e8cfe6abf5622db60b3
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 benchmark0.361944
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 1742112661
0.00/0.02	c Constructing HOME/instance-2092131-1247733706.xml  with 103 constraints
0.28/0.37	c Solving 3003 backtracks 11 restarts
82.94/83.76	s SATISFIABLE
82.94/83.76	c V0=19, V1=26, V2=31, V3=28, V4=16, V5=62, V6=48, V7=53, V8=63, V9=36, V10=58, V11=52, V12=24, V13=11, V14=65, V15=33, V16=37, V17=31, V18=19, V19=77, V20=26, V21=48, V22=4, V23=48, V24=45, V25=42, V26=72, V27=43, V28=45, V29=31, V30=20, V31=9, V32=77, V33=28, V34=52, V35=12, V36=77, V37=55, V38=21, V39=31, 
82.94/83.76	v 19 26 31 28 16 62 48 53 63 36 58 52 24 11 65 33 37 31 19 77 26 48 4 48 45 42 72 43 45 31 20 9 77 28 52 12 77 55 21 31 
82.94/83.76	d ASSIGNMENTS 3003

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-2092131-1247733706/watcher-2092131-1247733706 -o /tmp/evaluation-result-2092131-1247733706/solver-2092131-1247733706 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1742112661 HOME/instance-2092131-1247733706.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.91 1.98 1.99 4/72 20754
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=18576 CPUtime=0
/proc/20754/stat : 20754 (runsolver) R 20752 20754 19749 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60434465 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20754/statm: 4644 284 249 26 0 2626 0

[startup+0.0382479 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 20754
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=4628 CPUtime=0.02
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 834 656 0 0 2 0 0 0 23 0 1 0 60434465 4739072 465 996147200 134512640 135215973 4294956304 18446744073709551615 2412246 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 1157 465 383 171 0 82 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4628

[startup+0.10125 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 20754
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=5436 CPUtime=0.08
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 945 656 0 0 8 0 0 0 23 0 1 0 60434465 5566464 576 996147200 134512640 135215973 4294956304 18446744073709551615 134837556 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 1359 576 383 171 0 284 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5436

[startup+0.301269 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 20754
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=7628 CPUtime=0.28
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1277 656 0 0 28 0 0 0 25 0 1 0 60434465 7811072 908 996147200 134512640 135215973 4294956304 18446744073709551615 134590020 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 1907 908 383 171 0 832 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7628

[startup+0.701308 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 20754
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=8856 CPUtime=0.67
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1534 656 0 0 67 0 0 0 25 0 1 0 60434465 9068544 1165 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2214 1165 401 171 0 1139 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8856

[startup+1.50138 s]
/proc/loadavg: 1.91 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1258960/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=8856 CPUtime=1.47
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1542 656 0 0 147 0 0 0 25 0 1 0 60434465 9068544 1173 996147200 134512640 135215973 4294956304 18446744073709551615 135020306 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2214 1173 401 171 0 1139 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8856

[startup+3.10252 s]
/proc/loadavg: 1.91 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1258448/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=8856 CPUtime=3.05
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1571 656 0 0 305 0 0 0 25 0 1 0 60434465 9068544 1202 996147200 134512640 135215973 4294956304 18446744073709551615 135020193 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2214 1202 401 171 0 1139 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 8856

[startup+6.30181 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1257552/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=8856 CPUtime=6.22
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1625 656 0 0 622 0 0 0 25 0 1 0 60434465 9068544 1256 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2214 1256 401 171 0 1139 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8856

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1255632/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=8988 CPUtime=12.57
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 1800 656 0 0 1257 0 0 0 25 0 1 0 60434465 9203712 1431 996147200 134512640 135215973 4294956304 18446744073709551615 135018550 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2247 1431 401 171 0 1172 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 8988

[startup+25.5015 s]
/proc/loadavg: 1.94 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1252496/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=9776 CPUtime=25.27
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 2128 656 0 0 2526 1 0 0 25 0 1 0 60434465 10010624 1726 996147200 134512640 135215973 4294956304 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 2444 1726 401 171 0 1369 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 9776

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1244816/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13464 CPUtime=50.64
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 3099 656 0 0 5063 1 0 0 25 0 1 0 60434465 13787136 2632 996147200 134512640 135215973 4294956304 18446744073709551615 134592641 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 3366 2632 401 171 0 2291 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 13464

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

[startup+63.9031 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1241360/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=15444 CPUtime=63.33
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 3580 656 0 0 6331 2 0 0 25 0 1 0 60434465 15814656 3113 996147200 134512640 135215973 4294956304 18446744073709551615 134533064 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 3861 3113 401 171 0 2786 0
Current children cumulated CPU time (s) 63.33
Current children cumulated vsize (KiB) 15444

[startup+76.7012 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1237456/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=17160 CPUtime=76.01
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4035 656 0 0 7599 2 0 0 25 0 1 0 60434465 17571840 3568 996147200 134512640 135215973 4294956304 18446744073709551615 4158960143 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4290 3568 401 171 0 3215 0
Current children cumulated CPU time (s) 76.01
Current children cumulated vsize (KiB) 17160

[startup+79.9015 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1236432/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=17688 CPUtime=79.18
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4176 656 0 0 7916 2 0 0 25 0 1 0 60434465 18112512 3709 996147200 134512640 135215973 4294956304 18446744073709551615 134589807 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4422 3709 401 171 0 3347 0
Current children cumulated CPU time (s) 79.18
Current children cumulated vsize (KiB) 17688

[startup+81.5016 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1235728/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=17820 CPUtime=80.76
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4233 656 0 0 8074 2 0 0 25 0 1 0 60434465 18247680 3766 996147200 134512640 135215973 4294956304 18446744073709551615 134591598 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4455 3766 401 171 0 3380 0
Current children cumulated CPU time (s) 80.76
Current children cumulated vsize (KiB) 17820

[startup+83.1017 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1235408/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=18084 CPUtime=82.35
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4293 656 0 0 8233 2 0 0 25 0 1 0 60434465 18518016 3826 996147200 134512640 135215973 4294956304 18446744073709551615 134583234 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4521 3826 401 171 0 3446 0
Current children cumulated CPU time (s) 82.35
Current children cumulated vsize (KiB) 18084

[startup+83.5018 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1235088/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=18216 CPUtime=82.75
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4313 656 0 0 8273 2 0 0 25 0 1 0 60434465 18653184 3846 996147200 134512640 135215973 4294956304 18446744073709551615 135020335 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4554 3846 401 171 0 3479 0
Current children cumulated CPU time (s) 82.75
Current children cumulated vsize (KiB) 18216

[startup+83.7018 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20759
/proc/meminfo: memFree=1235088/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=18216 CPUtime=82.94
/proc/20754/stat : 20754 (pcs.big) R 20752 20754 19749 0 -1 4194304 4328 656 0 0 8292 2 0 0 25 0 1 0 60434465 18653184 3861 996147200 134512640 135215973 4294956304 18446744073709551615 134590134 0 0 4096 0 0 0 0 17 1 0 0
/proc/20754/statm: 4554 3861 401 171 0 3479 0
Current children cumulated CPU time (s) 82.94
Current children cumulated vsize (KiB) 18216

Child status: 0
Real time (s): 83.7721
CPU time (s): 83.0354
CPU user time (s): 82.9984
CPU system time (s): 0.036994
CPU usage (%): 99.1206
Max. virtual memory (cumulated for all children) (KiB): 18216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.9984
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4990
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= 19
involuntary context switches= 1822

runsolver used 0.090986 second user time and 0.247962 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-16 10:41:46
IDJOB=2092131
IDBENCH=60272
IDSOLVER=734
FILE ID=node43/2092131-1247733706
PBS_JOBID= 9521516
Free space on /tmp= 66192 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-46_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092131-1247733706/watcher-2092131-1247733706 -o /tmp/evaluation-result-2092131-1247733706/solver-2092131-1247733706 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1742112661 HOME/instance-2092131-1247733706.xml

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

MD5SUM BENCH= 904b07095e9d0e8cfe6abf5622db60b3
RANDOM SEED=1742112661

node43.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	: 5931.00
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:       1262712 kB
Buffers:        104092 kB
Cached:         562512 kB
SwapCached:          0 kB
Active:         112184 kB
Inactive:       578652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          35804 kB
Slab:            87844 kB
Committed_AS:   534932 kB
PageTables:       1804 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= 66192 MiB
End job on node43 at 2009-07-16 10:43:10