Trace number 2092108

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 15.3207 15.3324

DiagnosticValue
ASSIGNMENTS548

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-50_ext.xml
MD5SUMb06820ea90a1073b7ce483e7ea9f0643
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.12498
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.17/0.20	c Seed is 1046026855
0.17/0.20	c Constructing HOME/instance-2092108-1247733686.xml  with 103 constraints
0.27/0.38	c Solving 548 backtracks 7 restarts
15.27/15.33	s SATISFIABLE
15.27/15.33	c V0=49, V1=27, V2=41, V3=58, V4=3, V5=26, V6=24, V7=16, V8=19, V9=21, V10=7, V11=58, V12=47, V13=20, V14=12, V15=23, V16=48, V17=51, V18=50, V19=22, V20=73, V21=1, V22=7, V23=51, V24=55, V25=17, V26=38, V27=67, V28=30, V29=6, V30=14, V31=67, V32=55, V33=36, V34=27, V35=65, V36=17, V37=47, V38=58, V39=41, 
15.27/15.33	v 49 27 41 58 3 26 24 16 19 21 7 58 47 20 12 23 48 51 50 22 73 1 7 51 55 17 38 67 30 6 14 67 55 36 27 65 17 47 58 41 
15.27/15.33	d ASSIGNMENTS 548

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-2092108-1247733686/watcher-2092108-1247733686 -o /tmp/evaluation-result-2092108-1247733686/solver-2092108-1247733686 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1046026855 HOME/instance-2092108-1247733686.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.06 2.00 2.00 4/72 17372
/proc/meminfo: memFree=1509712/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=5260 CPUtime=0
/proc/17372/stat : 17372 (pcssolve) R 17370 17372 15699 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 60432806 5386240 50 996147200 4194304 4889804 548682068800 18446744073709551615 255536975712 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 1315 50 36 169 0 14 0

[startup+0.102917 s]
/proc/loadavg: 2.06 2.00 2.00 4/72 17372
/proc/meminfo: memFree=1509712/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=5468 CPUtime=0.07
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 946 656 0 0 7 0 0 0 18 0 1 0 60432806 5599232 577 996147200 134512640 135215973 4294956304 18446744073709551615 3966533 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 1367 577 383 171 0 292 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5468

[startup+0.201924 s]
/proc/loadavg: 2.06 2.00 2.00 4/72 17372
/proc/meminfo: memFree=1509712/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=6420 CPUtime=0.17
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1110 656 0 0 17 0 0 0 18 0 1 0 60432806 6574080 741 996147200 134512640 135215973 4294956304 18446744073709551615 134837738 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 1605 741 383 171 0 530 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6420

[startup+0.301933 s]
/proc/loadavg: 2.06 2.00 2.00 4/72 17372
/proc/meminfo: memFree=1509712/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=7628 CPUtime=0.27
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1279 656 0 0 27 0 0 0 19 0 1 0 60432806 7811072 910 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 1907 910 383 171 0 832 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7628

[startup+0.701971 s]
/proc/loadavg: 2.06 2.00 2.00 4/72 17372
/proc/meminfo: memFree=1509712/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=8872 CPUtime=0.67
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1543 656 0 0 67 0 0 0 22 0 1 0 60432806 9084928 1174 996147200 134512640 135215973 4294956304 18446744073709551615 134533076 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2218 1174 401 171 0 1143 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8872

[startup+1.50205 s]
/proc/loadavg: 2.06 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1506440/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=8872 CPUtime=1.47
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1559 656 0 0 147 0 0 0 25 0 1 0 60432806 9084928 1190 996147200 134512640 135215973 4294956304 18446744073709551615 135026789 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2218 1190 401 171 0 1143 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8872

[startup+3.10119 s]
/proc/loadavg: 2.06 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1506120/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=8872 CPUtime=3.07
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1599 656 0 0 307 0 0 0 25 0 1 0 60432806 9084928 1230 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2218 1230 401 171 0 1143 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8872

[startup+6.30149 s]
/proc/loadavg: 2.06 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1505736/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=8872 CPUtime=6.27
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1665 656 0 0 627 0 0 0 25 0 1 0 60432806 9084928 1296 996147200 134512640 135215973 4294956304 18446744073709551615 135026915 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2218 1296 401 171 0 1143 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8872

[startup+12.7011 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504648/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=12.67
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1852 656 0 0 1267 0 0 0 25 0 1 0 60432806 9220096 1483 996147200 134512640 135215973 4294956304 18446744073709551615 135026860 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1483 401 171 0 1176 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9004

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

[startup+12.8011 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504648/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=12.77
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1856 656 0 0 1277 0 0 0 25 0 1 0 60432806 9220096 1487 996147200 134512640 135215973 4294956304 18446744073709551615 134590163 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1487 401 171 0 1176 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 9004

[startup+14.4063 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504520/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=14.37
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1892 656 0 0 1437 0 0 0 25 0 1 0 60432806 9220096 1523 996147200 134512640 135215973 4294956304 18446744073709551615 135026880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1523 401 171 0 1176 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 9004

[startup+14.8013 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504520/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=14.77
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1902 656 0 0 1477 0 0 0 25 0 1 0 60432806 9220096 1533 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1533 401 171 0 1176 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 9004

[startup+15.2013 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504520/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=15.17
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1909 656 0 0 1517 0 0 0 25 0 1 0 60432806 9220096 1540 996147200 134512640 135215973 4294956304 18446744073709551615 134583250 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1540 401 171 0 1176 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 9004

[startup+15.3013 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 17377
/proc/meminfo: memFree=1504520/2055920 swapFree=4192812/4192956
[pid=17372] ppid=17370 vsize=9004 CPUtime=15.27
/proc/17372/stat : 17372 (pcs.big) R 17370 17372 15699 0 -1 4194304 1909 656 0 0 1527 0 0 0 25 0 1 0 60432806 9220096 1540 996147200 134512640 135215973 4294956304 18446744073709551615 4158960160 0 0 4096 0 0 0 0 17 1 0 0
/proc/17372/statm: 2251 1540 401 171 0 1176 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 9004

Child status: 0
Real time (s): 15.3324
CPU time (s): 15.3207
CPU user time (s): 15.3037
CPU system time (s): 0.016997
CPU usage (%): 99.9232
Max. virtual memory (cumulated for all children) (KiB): 9004

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

runsolver used 0.020996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-16 10:41:27
IDJOB=2092108
IDBENCH=60268
IDSOLVER=733
FILE ID=node48/2092108-1247733686
PBS_JOBID= 9521518
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= b06820ea90a1073b7ce483e7ea9f0643
RANDOM SEED=1046026855

node48.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.237
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.237
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:       1510192 kB
Buffers:         84064 kB
Cached:         302380 kB
SwapCached:          0 kB
Active:         164136 kB
Inactive:       305256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2840 kB
Writeback:           0 kB
Mapped:          94396 kB
Slab:            61704 kB
Committed_AS:   647476 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= 66368 MiB
End job on node48 at 2009-07-16 10:41:42