Trace number 2078864

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 71.9841 72.3446

DiagnosticValue
ASSIGNMENTS22732

General information on the benchmark

Namecsp/nengfa/
normalized-schur.xml
MD5SUM84511ecf3a05d64f4feb7211658b4b0d
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 benchmark4.6113
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints3025
Maximum constraint arity3
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
Global constraints used (with number of constraints)

Solver Data

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

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-2078864-1247716561/watcher-2078864-1247716561 -o /tmp/evaluation-result-2078864-1247716561/solver-2078864-1247716561 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 299759537 HOME/instance-2078864-1247716561.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.16 2.08 2.02 4/84 18085
/proc/meminfo: memFree=1433832/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=18576 CPUtime=0
/proc/18085/stat : 18085 (runsolver) R 18083 18085 16378 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 58718819 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18085/statm: 4644 284 249 26 0 2626 0

[startup+0.0111141 s]
/proc/loadavg: 2.16 2.08 2.02 4/84 18085
/proc/meminfo: memFree=1433832/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (pcssolve) S 18083 18085 16378 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 58718819 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.100892 s]
/proc/loadavg: 2.16 2.08 2.02 4/84 18085
/proc/meminfo: memFree=1433832/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=5168 CPUtime=0.07
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 986 822 0 0 7 0 0 0 22 0 1 0 58718819 5292032 595 996147200 134512640 135095119 4294956304 18446744073709551615 9168453 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 1292 595 362 142 0 246 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5168

[startup+0.306787 s]
/proc/loadavg: 2.16 2.08 2.02 4/84 18085
/proc/meminfo: memFree=1433832/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=8072 CPUtime=0.28
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 1785 822 0 0 27 1 0 0 24 0 1 0 58718819 8265728 1296 996147200 134512640 135095119 4294956304 18446744073709551615 4159151531 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2018 1296 374 142 0 972 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8072

[startup+0.701993 s]
/proc/loadavg: 2.16 2.08 2.02 4/84 18085
/proc/meminfo: memFree=1433832/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=9120 CPUtime=0.67
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2069 822 0 0 66 1 0 0 25 0 1 0 58718819 9338880 1580 996147200 134512640 135095119 4294956304 18446744073709551615 134601953 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2280 1580 387 142 0 1234 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9120

[startup+1.50112 s]
/proc/loadavg: 2.15 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1429080/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=9120 CPUtime=1.47
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2072 822 0 0 146 1 0 0 25 0 1 0 58718819 9338880 1583 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2280 1583 387 142 0 1234 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9120

[startup+3.1024 s]
/proc/loadavg: 2.15 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=9120 CPUtime=3.06
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2084 822 0 0 305 1 0 0 25 0 1 0 58718819 9338880 1595 996147200 134512640 135095119 4294956304 18446744073709551615 134839528 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2280 1595 387 142 0 1234 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9120

[startup+6.30194 s]
/proc/loadavg: 2.13 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1428120/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=10028 CPUtime=6.24
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2288 822 0 0 623 1 0 0 25 0 1 0 58718819 10268672 1670 996147200 134512640 135095119 4294956304 18446744073709551615 134570663 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2507 1670 387 142 0 1461 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10028

[startup+12.702 s]
/proc/loadavg: 2.12 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1428128/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=10108 CPUtime=12.61
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2335 822 0 0 1260 1 0 0 25 0 1 0 58718819 10350592 1717 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2527 1717 387 142 0 1481 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 10108

[startup+25.5012 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1427232/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=10916 CPUtime=25.34
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 2601 822 0 0 2533 1 0 0 25 0 1 0 58718819 11177984 1942 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 2729 1942 387 142 0 1683 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 10916

[startup+51.1015 s]
/proc/loadavg: 2.13 2.08 2.02 3/85 18091
/proc/meminfo: memFree=1424480/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=13652 CPUtime=50.82
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 3339 822 0 0 5080 2 0 0 25 0 1 0 58718819 13979648 2680 996147200 134512640 135095119 4294956304 18446744073709551615 134882936 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 3413 2680 387 142 0 2367 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 13652

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

[startup+63.9017 s]
/proc/loadavg: 2.11 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421792/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17152 CPUtime=63.55
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4300 822 0 0 6352 3 0 0 25 0 1 0 58718819 17563648 3318 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4288 3318 387 142 0 3242 0
Current children cumulated CPU time (s) 63.55
Current children cumulated vsize (KiB) 17152

[startup+67.1062 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421792/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17152 CPUtime=66.74
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4317 822 0 0 6671 3 0 0 25 0 1 0 58718819 17563648 3335 996147200 134512640 135095119 4294956304 18446744073709551615 134849438 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4288 3335 387 142 0 3242 0
Current children cumulated CPU time (s) 66.74
Current children cumulated vsize (KiB) 17152

[startup+70.3018 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421664/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17152 CPUtime=69.93
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4349 822 0 0 6990 3 0 0 25 0 1 0 58718819 17563648 3367 996147200 134512640 135095119 4294956304 18446744073709551615 134882878 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4288 3367 387 142 0 3242 0
Current children cumulated CPU time (s) 69.93
Current children cumulated vsize (KiB) 17152

[startup+71.1019 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421664/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17320 CPUtime=70.72
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4384 822 0 0 7069 3 0 0 25 0 1 0 58718819 17735680 3402 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4330 3402 387 142 0 3284 0
Current children cumulated CPU time (s) 70.72
Current children cumulated vsize (KiB) 17320

[startup+71.9011 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17488 CPUtime=71.51
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4424 822 0 0 7148 3 0 0 25 0 1 0 58718819 17907712 3442 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4372 3442 387 142 0 3326 0
Current children cumulated CPU time (s) 71.51
Current children cumulated vsize (KiB) 17488

[startup+72.3011 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 18091
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=18085] ppid=18083 vsize=17488 CPUtime=71.91
/proc/18085/stat : 18085 (pcs.small) R 18083 18085 16378 0 -1 4194304 4440 822 0 0 7188 3 0 0 25 0 1 0 58718819 17907712 3458 996147200 134512640 135095119 4294956304 18446744073709551615 134583517 0 0 4096 0 0 0 0 17 1 0 0
/proc/18085/statm: 4372 3459 387 142 0 3326 0
Current children cumulated CPU time (s) 71.91
Current children cumulated vsize (KiB) 17488

Child status: 0
Real time (s): 72.3446
CPU time (s): 71.9841
CPU user time (s): 71.9341
CPU system time (s): 0.049992
CPU usage (%): 99.5017
Max. virtual memory (cumulated for all children) (KiB): 17488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9341
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5266
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= 20
involuntary context switches= 2233

runsolver used 0.082987 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-16 05:56:01
IDJOB=2078864
IDBENCH=56820
IDSOLVER=733
FILE ID=node68/2078864-1247716561
PBS_JOBID= 9521347
Free space on /tmp= 66420 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/nengfa/normalized-schur.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078864-1247716561/watcher-2078864-1247716561 -o /tmp/evaluation-result-2078864-1247716561/solver-2078864-1247716561 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 299759537 HOME/instance-2078864-1247716561.xml

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

MD5SUM BENCH= 84511ecf3a05d64f4feb7211658b4b0d
RANDOM SEED=299759537

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:       1434248 kB
Buffers:         68612 kB
Cached:         265880 kB
SwapCached:          0 kB
Active:         289600 kB
Inactive:       262364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:         238260 kB
Slab:            52976 kB
Committed_AS:   819176 kB
PageTables:       3488 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= 66416 MiB
End job on node68 at 2009-07-16 05:57:14