Trace number 2079712

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 249.555 251.674

DiagnosticValue
ASSIGNMENTS62442

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-41_ext.xml
MD5SUMb5cf0a5cebccc02723b1c0e25cb32a5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19667
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.03	c Seed is 709345404
0.00/0.03	c Constructing HOME/instance-2079712-1247716975.xml  with 60 constraints
0.38/0.47	c Solving 62442 backtracks 18 restarts
249.47/251.67	s SATISFIABLE
249.47/251.67	c V0=18, V1=4, V2=0, V3=13, V4=18, V5=1, V6=0, V7=8, V8=10, V9=9, V10=17, V11=8, V12=6, V13=0, V14=15, V15=18, V16=4, V17=11, V18=10, V19=10, 
249.47/251.67	v 18 4 0 13 18 1 0 8 10 9 17 8 6 0 15 18 4 11 10 10 
249.47/251.67	d ASSIGNMENTS 62442

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-2079712-1247716975/watcher-2079712-1247716975 -o /tmp/evaluation-result-2079712-1247716975/solver-2079712-1247716975 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 709345404 HOME/instance-2079712-1247716975.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.88 1.98 2.07 4/72 17323
/proc/meminfo: memFree=1521968/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=18576 CPUtime=0
/proc/17323/stat : 17323 (runsolver) R 17321 17323 16386 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58761702 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17323/statm: 4644 284 249 26 0 2626 0

[startup+0.103559 s]
/proc/loadavg: 1.88 1.98 2.07 4/72 17323
/proc/meminfo: memFree=1521968/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=5340 CPUtime=0.08
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 949 822 0 0 7 0 1 0 24 0 1 0 58761702 5468160 558 996147200 134512640 135095119 4294956304 18446744073709551615 3632738 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 1335 558 375 142 0 289 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5340

[startup+0.201575 s]
/proc/loadavg: 1.88 1.98 2.07 4/72 17323
/proc/meminfo: memFree=1521968/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=6692 CPUtime=0.18
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1122 822 0 0 17 0 1 0 25 0 1 0 58761702 6852608 731 996147200 134512640 135095119 4294956304 18446744073709551615 134943932 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 1673 731 375 142 0 627 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6692

[startup+0.301593 s]
/proc/loadavg: 1.88 1.98 2.07 4/72 17323
/proc/meminfo: memFree=1521968/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=8044 CPUtime=0.28
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1293 822 0 0 27 0 1 0 25 0 1 0 58761702 8237056 902 996147200 134512640 135095119 4294956304 18446744073709551615 134739554 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2011 902 375 142 0 965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8044

[startup+0.701673 s]
/proc/loadavg: 1.88 1.98 2.07 4/72 17323
/proc/meminfo: memFree=1521968/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=10468 CPUtime=0.67
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1617 822 0 0 66 0 1 0 25 0 1 0 58761702 10719232 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134617869 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2617 1226 390 142 0 1571 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10468

[startup+1.50282 s]
/proc/loadavg: 1.88 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1518504/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=10468 CPUtime=1.46
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1629 822 0 0 145 0 1 0 25 0 1 0 58761702 10719232 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2617 1238 390 142 0 1571 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10468

[startup+3.10113 s]
/proc/loadavg: 1.88 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1518184/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=10600 CPUtime=3.05
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1662 822 0 0 304 0 1 0 25 0 1 0 58761702 10854400 1271 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2650 1271 390 142 0 1604 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10600

[startup+6.30273 s]
/proc/loadavg: 1.89 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1517928/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=10728 CPUtime=6.23
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1735 822 0 0 621 1 1 0 25 0 1 0 58761702 10985472 1311 996147200 134512640 135095119 4294956304 18446744073709551615 134605175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2682 1311 390 142 0 1636 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10728

[startup+12.7019 s]
/proc/loadavg: 1.90 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1516848/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=11116 CPUtime=12.57
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 1893 822 0 0 1255 1 1 0 25 0 1 0 58761702 11382784 1404 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2779 1404 390 142 0 1733 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 11116

[startup+25.5014 s]
/proc/loadavg: 1.92 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1514864/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=11756 CPUtime=25.26
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 2246 822 0 0 2524 1 1 0 25 0 1 0 58761702 12038144 1595 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 2939 1595 390 142 0 1893 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 11756

[startup+51.1012 s]
/proc/loadavg: 1.95 1.98 2.06 3/73 17329
/proc/meminfo: memFree=1512240/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=13036 CPUtime=50.65
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 2922 822 0 0 5062 2 1 0 25 0 1 0 58761702 13348864 1949 996147200 134512640 135095119 4294956304 18446744073709551615 134927094 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 3259 1949 390 142 0 2213 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 13036

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 2.06 3/73 17329
/proc/meminfo: memFree=1504432/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=15728 CPUtime=101.42
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 4389 822 0 0 10138 3 1 0 25 0 1 0 58761702 16105472 2774 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 3932 2774 390 142 0 2886 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 15728

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1495728/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=18724 CPUtime=160.92
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 5685 822 0 0 16088 3 1 0 25 0 1 0 58761702 19173376 3780 996147200 134512640 135095119 4294956304 18446744073709551615 134554989 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 4681 3780 390 142 0 3635 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 18724

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1486192/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=24516 CPUtime=220.42
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 7609 822 0 0 22036 5 1 0 25 0 1 0 58761702 25104384 4679 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6129 4679 390 142 0 5083 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 24516

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

[startup+230.402 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1485424/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=24776 CPUtime=228.45
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 7740 822 0 0 22839 5 1 0 25 0 1 0 58761702 25370624 4810 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6194 4810 390 142 0 5148 0
Current children cumulated CPU time (s) 228.45
Current children cumulated vsize (KiB) 24776

[startup+243.207 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1483696/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25296 CPUtime=241.14
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 7950 822 0 0 24108 5 1 0 25 0 1 0 58761702 25903104 5020 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6324 5020 390 142 0 5278 0
Current children cumulated CPU time (s) 241.14
Current children cumulated vsize (KiB) 25296

[startup+246.401 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1483248/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25296 CPUtime=244.31
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 8004 822 0 0 24425 5 1 0 25 0 1 0 58761702 25903104 5074 996147200 134512640 135095119 4294956304 18446744073709551615 134927291 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6324 5074 390 142 0 5278 0
Current children cumulated CPU time (s) 244.31
Current children cumulated vsize (KiB) 25296

[startup+249.602 s]
/proc/loadavg: 1.99 1.98 2.04 3/73 17329
/proc/meminfo: memFree=1482928/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25428 CPUtime=247.48
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 8056 822 0 0 24742 5 1 0 25 0 1 0 58761702 26038272 5126 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6357 5126 390 142 0 5311 0
Current children cumulated CPU time (s) 247.48
Current children cumulated vsize (KiB) 25428

[startup+250.403 s]
/proc/loadavg: 1.99 1.98 2.04 3/73 17329
/proc/meminfo: memFree=1482736/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25428 CPUtime=248.28
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 8070 822 0 0 24822 5 1 0 25 0 1 0 58761702 26038272 5140 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6357 5140 390 142 0 5311 0
Current children cumulated CPU time (s) 248.28
Current children cumulated vsize (KiB) 25428

[startup+251.202 s]
/proc/loadavg: 1.99 1.98 2.04 3/73 17329
/proc/meminfo: memFree=1482544/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25560 CPUtime=249.07
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 8083 822 0 0 24901 5 1 0 25 0 1 0 58761702 26173440 5153 996147200 134512640 135095119 4294956304 18446744073709551615 134916452 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6390 5153 390 142 0 5344 0
Current children cumulated CPU time (s) 249.07
Current children cumulated vsize (KiB) 25560

[startup+251.601 s]
/proc/loadavg: 1.99 1.98 2.04 3/73 17329
/proc/meminfo: memFree=1482544/2055920 swapFree=4192812/4192956
[pid=17323] ppid=17321 vsize=25560 CPUtime=249.47
/proc/17323/stat : 17323 (pcs.small) R 17321 17323 16386 0 -1 4194304 8091 822 0 0 24941 5 1 0 25 0 1 0 58761702 26173440 5161 996147200 134512640 135095119 4294956304 18446744073709551615 134918192 0 0 4096 0 0 0 0 17 1 0 0
/proc/17323/statm: 6390 5161 390 142 0 5344 0
Current children cumulated CPU time (s) 249.47
Current children cumulated vsize (KiB) 25560

Child status: 0
Real time (s): 251.674
CPU time (s): 249.555
CPU user time (s): 249.49
CPU system time (s): 0.06499
CPU usage (%): 99.1582
Max. virtual memory (cumulated for all children) (KiB): 25560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.49
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8916
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= 22
involuntary context switches= 5206

runsolver used 0.317951 second user time and 0.740887 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 06:02:55
IDJOB=2079712
IDBENCH=56941
IDSOLVER=734
FILE ID=node37/2079712-1247716975
PBS_JOBID= 9521431
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-41_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079712-1247716975/watcher-2079712-1247716975 -o /tmp/evaluation-result-2079712-1247716975/solver-2079712-1247716975 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 709345404 HOME/instance-2079712-1247716975.xml

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

MD5SUM BENCH= b5cf0a5cebccc02723b1c0e25cb32a5b
RANDOM SEED=709345404

node37.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.260
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.260
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:       1522448 kB
Buffers:         73384 kB
Cached:         352908 kB
SwapCached:          0 kB
Active:          60128 kB
Inactive:       387340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6288 kB
Writeback:           0 kB
Mapped:          32648 kB
Slab:            71472 kB
Committed_AS:   550576 kB
PageTables:       1716 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= 66392 MiB
End job on node37 at 2009-07-16 06:07:07