Trace number 2065852

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 113.709 114.796

DiagnosticValue
ASSIGNMENTS244052

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-15-3.xml
MD5SUM4fb918a969f292f855028fa7ee9c72ae
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.163974
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints455
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension455
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.17/0.21	c Seed is 421925847
0.17/0.21	c Constructing HOME/instance-2065852-1247704044.xml  with 4550 constraints
0.17/0.21	c Solving 244052 backtracks 22 restarts
113.60/114.79	s SATISFIABLE
113.60/114.79	c V0=1, V1=0, V2=0, V3=1, V4=2, V5=0, V6=1, V7=1, V8=2, V9=2, V10=2, V11=0, V12=1, V13=2, V14=0, V15=0, V16=0, V17=2, V18=2, V19=2, V20=2, V21=1, V22=1, V23=2, V24=1, V25=0, V26=0, V27=2, V28=1, V29=0, V30=1, V31=0, V32=2, V33=0, V34=1, V35=2, V36=1, V37=1, V38=2, V39=2, V40=2, V41=2, V42=1, V43=0, V44=2, V45=0, V46=0, V47=1, V48=1, V49=1, V50=1, V51=0, V52=2, V53=0, V54=0, V55=2, V56=2, V57=0, V58=2, V59=1, V60=0, V61=1, V62=0, V63=1, V64=0, V65=1, V66=1, V67=2, V68=0, V69=1, V70=1, V71=1, V72=2, V73=0, V74=2, V75=0, V76=2, V77=0, V78=2, V79=1, V80=0, V81=0, V82=0, V83=2, V84=2, V85=2, V86=1, V87=1, V88=2, V89=1, V90=0, V91=0, V92=2, V93=1, V94=1, V95=1, V96=0, V97=0, V98=1, V99=2, V100=1, V101=0, V102=2, V103=0, V104=2, 
113.60/114.79	v 1 0 0 1 2 0 1 1 2 2 2 0 1 2 0 0 0 2 2 2 2 1 1 2 1 0 0 2 1 0 1 0 2 0 1 2 1 1 2 2 2 2 1 0 2 0 0 1 1 1 1 0 2 0 0 2 2 0 2 1 0 1 0 1 0 1 1 2 0 1 1 1 2 0 2 0 2 0 2 1 0 0 0 2 2 2 1 1 2 1 0 0 2 1 1 1 0 0 1 2 1 0 2 0 2 
113.60/114.79	d ASSIGNMENTS 244052

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-2065852-1247704044/watcher-2065852-1247704044 -o /tmp/evaluation-result-2065852-1247704044/solver-2065852-1247704044 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 421925847 HOME/instance-2065852-1247704044.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.04 2.33 2.19 4/82 13637
/proc/meminfo: memFree=1235928/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5356 CPUtime=0
/proc/13637/stat : 13637 (pcssolve) R 13635 13637 12833 0 -1 4194304 279 0 0 0 0 0 0 0 21 0 1 0 57471359 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 4414739 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13637/statm: 1339 241 200 169 0 50 0
[pid=13638] ppid=13637 vsize=0 CPUtime=0
/proc/13638/stat : 13638 (fgrep) Z 13637 13637 12833 0 -1 4194316 155 0 0 0 0 0 0 0 22 0 1 0 57471359 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/13638/statm: 0 0 0 0 0 0 0

[startup+0.01499 s]
/proc/loadavg: 2.04 2.33 2.19 4/82 13637
/proc/meminfo: memFree=1235928/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5356 CPUtime=0
/proc/13637/stat : 13637 (pcssolve) S 13635 13637 12833 0 -1 4194304 339 474 0 0 0 0 0 0 23 0 1 0 57471359 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13637/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101998 s]
/proc/loadavg: 2.04 2.33 2.19 4/82 13637
/proc/meminfo: memFree=1235928/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5516 CPUtime=0.07
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1108 822 0 0 7 0 0 0 18 0 1 0 57471359 5648384 684 996147200 134512640 135095119 4294956304 18446744073709551615 134578931 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 1379 684 387 142 0 333 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5516

[startup+0.30202 s]
/proc/loadavg: 2.04 2.33 2.19 4/82 13637
/proc/meminfo: memFree=1235928/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5516 CPUtime=0.27
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1127 822 0 0 27 0 0 0 19 0 1 0 57471359 5648384 703 996147200 134512640 135095119 4294956304 18446744073709551615 134555263 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 1379 703 387 142 0 333 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5516

[startup+0.701074 s]
/proc/loadavg: 2.04 2.33 2.19 4/82 13637
/proc/meminfo: memFree=1235928/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5700 CPUtime=0.67
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1165 822 0 0 67 0 0 0 23 0 1 0 57471359 5836800 741 996147200 134512640 135095119 4294956304 18446744073709551615 134883062 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 1425 741 387 142 0 379 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5700

[startup+1.50118 s]
/proc/loadavg: 2.04 2.33 2.19 3/83 13643
/proc/meminfo: memFree=1234320/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=5816 CPUtime=1.46
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1223 822 0 0 146 0 0 0 25 0 1 0 57471359 5955584 799 996147200 134512640 135095119 4294956304 18446744073709551615 134556889 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 1454 799 387 142 0 408 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 5816

[startup+3.10139 s]
/proc/loadavg: 2.04 2.33 2.19 3/83 13643
/proc/meminfo: memFree=1233616/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=6696 CPUtime=3.05
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1454 822 0 0 305 0 0 0 25 0 1 0 57471359 6856704 965 996147200 134512640 135095119 4294956304 18446744073709551615 134840869 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 1674 965 387 142 0 628 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6696

[startup+6.30182 s]
/proc/loadavg: 2.04 2.33 2.19 3/83 13643
/proc/meminfo: memFree=1224912/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=8068 CPUtime=6.22
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 1860 822 0 0 622 0 0 0 25 0 1 0 57471359 8261632 1242 996147200 134512640 135095119 4294956304 18446744073709551615 134555238 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 2017 1242 387 142 0 971 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8068

[startup+12.7017 s]
/proc/loadavg: 2.12 2.34 2.19 3/83 13643
/proc/meminfo: memFree=1217680/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=11656 CPUtime=12.56
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 2866 822 0 0 1255 1 0 0 25 0 1 0 57471359 11935744 1991 996147200 134512640 135095119 4294956304 18446744073709551615 134577298 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 2914 1991 387 142 0 1868 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11656

[startup+25.5014 s]
/proc/loadavg: 2.09 2.32 2.19 3/83 13643
/proc/meminfo: memFree=1176464/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=22956 CPUtime=25.24
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 5998 822 0 0 2521 3 0 0 25 0 1 0 57471359 23506944 4610 996147200 134512640 135095119 4294956304 18446744073709551615 134617038 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 5739 4610 387 142 0 4693 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 22956

[startup+51.1018 s]
/proc/loadavg: 2.06 2.29 2.18 3/83 13643
/proc/meminfo: memFree=1132944/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=45724 CPUtime=50.59
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 12231 822 0 0 5051 8 0 0 25 0 1 0 57471359 46821376 9818 996147200 134512640 135095119 4294956304 18446744073709551615 134590544 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 11431 9818 387 142 0 10385 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 45724

[startup+102.307 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1059152/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=60888 CPUtime=101.32
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 16697 822 0 0 10119 13 0 0 25 0 1 0 57471359 62349312 14284 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 15222 14284 387 142 0 14176 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 60888

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

[startup+108.701 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1050064/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=63684 CPUtime=107.66
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 17464 822 0 0 10752 14 0 0 25 0 1 0 57471359 65212416 15051 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 15921 15051 387 142 0 14875 0
Current children cumulated CPU time (s) 107.66
Current children cumulated vsize (KiB) 63684

[startup+111.902 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1042576/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=64848 CPUtime=110.83
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 17812 822 0 0 11068 15 0 0 25 0 1 0 57471359 66404352 15399 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 16212 15399 387 142 0 15166 0
Current children cumulated CPU time (s) 110.83
Current children cumulated vsize (KiB) 64848

[startup+113.502 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1041680/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=65428 CPUtime=112.41
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 17975 822 0 0 11226 15 0 0 25 0 1 0 57471359 66998272 15562 996147200 134512640 135095119 4294956304 18446744073709551615 134882895 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 16357 15562 387 142 0 15311 0
Current children cumulated CPU time (s) 112.41
Current children cumulated vsize (KiB) 65428

[startup+114.302 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1037712/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=65660 CPUtime=113.21
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 18039 822 0 0 11306 15 0 0 25 0 1 0 57471359 67235840 15626 996147200 134512640 135095119 4294956304 18446744073709551615 134641313 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 16415 15626 387 142 0 15369 0
Current children cumulated CPU time (s) 113.21
Current children cumulated vsize (KiB) 65660

[startup+114.702 s]
/proc/loadavg: 2.02 2.24 2.17 3/83 13643
/proc/meminfo: memFree=1037712/2055920 swapFree=4192812/4192956
[pid=13637] ppid=13635 vsize=57580 CPUtime=113.6
/proc/13637/stat : 13637 (pcs.small) R 13635 13637 12833 0 -1 4194304 18061 822 0 0 11345 15 0 0 25 0 1 0 57471359 58961920 13705 996147200 134512640 135095119 4294956304 18446744073709551615 12308478 0 0 4096 0 0 0 0 17 1 0 0
/proc/13637/statm: 14395 13705 387 142 0 13349 0
Current children cumulated CPU time (s) 113.6
Current children cumulated vsize (KiB) 57580

Child status: 0
Real time (s): 114.796
CPU time (s): 113.709
CPU user time (s): 113.538
CPU system time (s): 0.170974
CPU usage (%): 99.0529
Max. virtual memory (cumulated for all children) (KiB): 65776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.538
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18885
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= 21
involuntary context switches= 4631

runsolver used 0.147977 second user time and 0.382941 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 02:27:24
IDJOB=2065852
IDBENCH=54435
IDSOLVER=734
FILE ID=node13/2065852-1247704044
PBS_JOBID= 9521283
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-15-3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065852-1247704044/watcher-2065852-1247704044 -o /tmp/evaluation-result-2065852-1247704044/solver-2065852-1247704044 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 421925847 HOME/instance-2065852-1247704044.xml

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

MD5SUM BENCH= 4fb918a969f292f855028fa7ee9c72ae
RANDOM SEED=421925847

node13.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.241
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.241
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:       1236408 kB
Buffers:         76416 kB
Cached:         355180 kB
SwapCached:          0 kB
Active:         470724 kB
Inactive:       267240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1236408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:         326768 kB
Slab:            66008 kB
Committed_AS:   827936 kB
PageTables:       2524 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= 66308 MiB
End job on node13 at 2009-07-16 02:29:19