Trace number 2082869

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 47.9027 48.3606

DiagnosticValue
ASSIGNMENTS9416

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-06-1071.xml
MD5SUM59af34547620dd78a43fde16d9149e7e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.171973
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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 446183116
0.17/0.20	c Constructing HOME/instance-2082869-1247721769.xml  with 6500 constraints
0.17/0.20	c Solving 9416 backtracks 14 restarts
47.83/48.35	s SATISFIABLE
47.83/48.35	c V0=1071, V1=1022, V2=1029, V3=708, V4=70, V5=1069, V6=1023, V7=1055, V8=480, V9=0, V10=102, V11=1061, V12=1068, V13=705, V14=590, V15=350, V16=1029, V17=1069, V18=0, V19=1034, V20=747, V21=1010, V22=1023, V23=10, V24=11, V25=15, V26=926, V27=227, V28=1030, V29=1020, V30=1029, V31=385, V32=1055, V33=11, V34=0, V35=5, V36=1068, V37=951, V38=352, V39=1069, V40=1, V41=1070, V42=167, V43=0, V44=770, V45=749, V46=751, V47=11, V48=987, V49=862, V50=482, V51=1069, V52=166, V53=347, V54=869, V55=173, V56=0, V57=172, V58=350, V59=351, V60=1070, V61=1021, V62=0, V63=1023, V64=1068, V65=751, V66=136, V67=950, V68=986, V69=987, V70=1054, V71=1018, V72=1033, V73=3, V74=102, V75=599, V76=1069, V77=2, V78=749, V79=1039, V80=17, V81=0, V82=488, V83=1069, V84=705, V85=993, V86=770, V87=930, V88=385, V89=988, V90=481, V91=1023, V92=686, V93=354, V94=2, V95=3, V96=1070, V97=0, V98=351, V99=64, V100=1069, 
47.83/48.35	v 1071 1022 1029 708 70 1069 1023 1055 480 0 102 1061 1068 705 590 350 1029 1069 0 1034 747 1010 1023 10 11 15 926 227 1030 1020 1029 385 1055 11 0 5 1068 951 352 1069 1 1070 167 0 770 749 751 11 987 862 482 1069 166 347 869 173 0 172 350 351 1070 1021 0 1023 1068 751 136 950 986 987 1054 1018 1033 3 102 599 1069 2 749 1039 17 0 488 1069 705 993 770 930 385 988 481 1023 686 354 2 3 1070 0 351 64 1069 
47.83/48.35	d ASSIGNMENTS 9416

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-2082869-1247721769/watcher-2082869-1247721769 -o /tmp/evaluation-result-2082869-1247721769/solver-2082869-1247721769 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 446183116 HOME/instance-2082869-1247721769.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.92 1.98 1.99 4/84 19164
/proc/meminfo: memFree=1609320/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=5356 CPUtime=0
/proc/19164/stat : 19164 (pcssolve) R 19162 19164 17311 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 59239569 5484544 236 996147200 4194304 4889804 548682068800 18446744073709551615 4716128 0 0 4100 65536 0 0 0 17 1 0 0
/proc/19164/statm: 1339 236 197 169 0 50 0

[startup+0.110872 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19164
/proc/meminfo: memFree=1609320/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=6504 CPUtime=0.09
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 1337 657 0 0 9 0 0 0 18 0 1 0 59239569 6660096 894 996147200 134512640 135215973 4294956304 18446744073709551615 134773397 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 1626 894 388 171 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6504

[startup+0.201891 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19164
/proc/meminfo: memFree=1609320/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=8920 CPUtime=0.17
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 2092 657 0 0 17 0 0 0 18 0 1 0 59239569 9134080 1435 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 2230 1435 407 171 0 1155 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8920

[startup+0.301907 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19164
/proc/meminfo: memFree=1609320/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=9032 CPUtime=0.27
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 2111 657 0 0 27 0 0 0 19 0 1 0 59239569 9248768 1454 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 2258 1454 407 171 0 1183 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9032

[startup+0.701974 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19164
/proc/meminfo: memFree=1609320/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=9172 CPUtime=0.67
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 2174 657 0 0 67 0 0 0 23 0 1 0 59239569 9392128 1517 996147200 134512640 135215973 4294956304 18446744073709551615 134523892 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 2293 1517 407 171 0 1218 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9172

[startup+1.50211 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1604576/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=9668 CPUtime=1.47
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 2281 657 0 0 146 1 0 0 25 0 1 0 59239569 9900032 1624 996147200 134512640 135215973 4294956304 18446744073709551615 134533031 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 2417 1624 407 171 0 1342 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9668

[startup+3.10138 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1603680/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=10812 CPUtime=3.06
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 2624 657 0 0 305 1 0 0 25 0 1 0 59239569 11071488 1934 996147200 134512640 135215973 4294956304 18446744073709551615 9162904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 2703 1934 407 171 0 1628 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10812

[startup+6.30192 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1601376/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=12852 CPUtime=6.23
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 3211 657 0 0 621 2 0 0 25 0 1 0 59239569 13160448 2456 996147200 134512640 135215973 4294956304 18446744073709551615 134600038 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 3213 2456 407 171 0 2138 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 12852

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1596896/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=18064 CPUtime=12.57
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 4650 657 0 0 1254 3 0 0 25 0 1 0 59239569 18497536 3492 996147200 134512640 135215973 4294956304 18446744073709551615 134603542 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 4516 3492 407 171 0 3441 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 18064

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1588704/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=26212 CPUtime=25.24
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 6912 657 0 0 2520 4 0 0 25 0 1 0 59239569 26841088 5497 996147200 134512640 135215973 4294956304 18446744073709551615 134591047 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 6553 5497 407 171 0 5478 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 26212

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

[startup+25.6012 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1588704/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=26328 CPUtime=25.34
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 6933 657 0 0 2530 4 0 0 25 0 1 0 59239569 26959872 5518 996147200 134512640 135215973 4294956304 18446744073709551615 134583597 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 6582 5518 407 171 0 5507 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 26328

[startup+38.4014 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1580960/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=35680 CPUtime=38.02
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 9505 657 0 0 3796 6 0 0 25 0 1 0 59239569 36536320 7577 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 8920 7577 407 171 0 7845 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 35680

[startup+44.8014 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1576480/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=39456 CPUtime=44.37
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 10562 657 0 0 4430 7 0 0 25 0 1 0 59239569 40402944 8634 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 9864 8634 407 171 0 8789 0
Current children cumulated CPU time (s) 44.37
Current children cumulated vsize (KiB) 39456

[startup+46.4017 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1575072/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=40476 CPUtime=45.94
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 10835 657 0 0 4587 7 0 0 25 0 1 0 59239569 41447424 8907 996147200 134512640 135215973 4294956304 18446744073709551615 135095360 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 10119 8907 407 171 0 9044 0
Current children cumulated CPU time (s) 45.94
Current children cumulated vsize (KiB) 40476

[startup+47.2029 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1575072/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=40928 CPUtime=46.74
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 10958 657 0 0 4667 7 0 0 25 0 1 0 59239569 41910272 9030 996147200 134512640 135215973 4294956304 18446744073709551615 134976460 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 10232 9030 407 171 0 9157 0
Current children cumulated CPU time (s) 46.74
Current children cumulated vsize (KiB) 40928

[startup+48.002 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1574368/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=41400 CPUtime=47.53
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 11084 657 0 0 4746 7 0 0 25 0 1 0 59239569 42393600 9156 996147200 134512640 135215973 4294956304 18446744073709551615 134907424 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 10350 9156 407 171 0 9275 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 41400

[startup+48.202 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1574368/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=41532 CPUtime=47.73
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 11132 657 0 0 4766 7 0 0 25 0 1 0 59239569 42528768 9204 996147200 134512640 135215973 4294956304 18446744073709551615 135097008 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 10383 9204 407 171 0 9308 0
Current children cumulated CPU time (s) 47.73
Current children cumulated vsize (KiB) 41532

[startup+48.301 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 19169
/proc/meminfo: memFree=1574368/2055920 swapFree=4192812/4192956
[pid=19164] ppid=19162 vsize=41664 CPUtime=47.83
/proc/19164/stat : 19164 (pcs.big) R 19162 19164 17311 0 -1 4194304 11185 657 0 0 4776 7 0 0 25 0 1 0 59239569 42663936 9257 996147200 134512640 135215973 4294956304 18446744073709551615 134590118 0 0 4096 0 0 0 0 17 1 0 0
/proc/19164/statm: 10416 9257 407 171 0 9341 0
Current children cumulated CPU time (s) 47.83
Current children cumulated vsize (KiB) 41664

Child status: 0
Real time (s): 48.3606
CPU time (s): 47.9027
CPU user time (s): 47.8147
CPU system time (s): 0.087986
CPU usage (%): 99.0532
Max. virtual memory (cumulated for all children) (KiB): 41664

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

runsolver used 0.045993 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-16 07:22:49
IDJOB=2082869
IDBENCH=57647
IDSOLVER=734
FILE ID=node68/2082869-1247721769
PBS_JOBID= 9521429
Free space on /tmp= 66420 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-06-1071.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082869-1247721769/watcher-2082869-1247721769 -o /tmp/evaluation-result-2082869-1247721769/solver-2082869-1247721769 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 446183116 HOME/instance-2082869-1247721769.xml

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

MD5SUM BENCH= 59af34547620dd78a43fde16d9149e7e
RANDOM SEED=446183116

node68.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.258
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.258
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:       1609800 kB
Buffers:         72848 kB
Cached:         265656 kB
SwapCached:          0 kB
Active:         114356 kB
Inactive:       263532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          60092 kB
Slab:            52988 kB
Committed_AS:   642692 kB
PageTables:       2060 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= 66420 MiB
End job on node68 at 2009-07-16 07:23:37