Trace number 2078457

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 461.745 462.536

DiagnosticValue
ASSIGNMENTS142414

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-40_ext.xml
MD5SUM72800f33560a9e3da2b338883daf5b30
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 benchmark8.5817
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.18/0.21	c Seed is 737842950
0.18/0.21	c Constructing HOME/instance-2078457-1247716336.xml  with 60 constraints
0.38/0.48	c Solving 142414 backtracks 20 restarts
461.69/462.53	s SATISFIABLE
461.69/462.53	c V0=2, V1=10, V2=17, V3=3, V4=16, V5=8, V6=19, V7=1, V8=11, V9=7, V10=6, V11=13, V12=16, V13=0, V14=9, V15=0, V16=13, V17=6, V18=14, V19=19, 
461.69/462.53	v 2 10 17 3 16 8 19 1 11 7 6 13 16 0 9 0 13 6 14 19 
461.69/462.53	d ASSIGNMENTS 142414

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-2078457-1247716336/watcher-2078457-1247716336 -o /tmp/evaluation-result-2078457-1247716336/solver-2078457-1247716336 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 737842950 HOME/instance-2078457-1247716336.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.00 2.03 2.01 4/73 21589
/proc/meminfo: memFree=1327088/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=18576 CPUtime=0
/proc/21589/stat : 21589 (runsolver) R 21587 21589 21166 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 58698177 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21589/statm: 4644 284 249 26 0 2626 0

[startup+0.109953 s]
/proc/loadavg: 2.00 2.03 2.01 4/73 21589
/proc/meminfo: memFree=1327088/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=5476 CPUtime=0.08
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 961 822 0 0 7 0 1 0 18 0 1 0 58698177 5607424 570 996147200 134512640 135095119 4294956304 18446744073709551615 10149679 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 1369 570 375 142 0 323 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5476

[startup+0.202962 s]
/proc/loadavg: 2.00 2.03 2.01 4/73 21589
/proc/meminfo: memFree=1327088/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=6836 CPUtime=0.18
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1126 822 0 0 17 0 1 0 18 0 1 0 58698177 7000064 735 996147200 134512640 135095119 4294956304 18446744073709551615 134653395 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 1709 735 375 142 0 663 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6836

[startup+0.302972 s]
/proc/loadavg: 2.00 2.03 2.01 4/73 21589
/proc/meminfo: memFree=1327088/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=8044 CPUtime=0.28
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1293 822 0 0 26 1 1 0 19 0 1 0 58698177 8237056 902 996147200 134512640 135095119 4294956304 18446744073709551615 10182229 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2011 902 375 142 0 965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8044

[startup+0.703017 s]
/proc/loadavg: 2.00 2.03 2.01 4/73 21589
/proc/meminfo: memFree=1327088/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=10468 CPUtime=0.68
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1617 822 0 0 66 1 1 0 23 0 1 0 58698177 10719232 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2617 1226 390 142 0 1571 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10468

[startup+1.5011 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 21595
/proc/meminfo: memFree=1323624/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=10468 CPUtime=1.47
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1630 822 0 0 145 1 1 0 25 0 1 0 58698177 10719232 1239 996147200 134512640 135095119 4294956304 18446744073709551615 134918267 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2617 1239 390 142 0 1571 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10468

[startup+3.10127 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 21595
/proc/meminfo: memFree=1323368/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=10600 CPUtime=3.05
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1662 822 0 0 303 1 1 0 25 0 1 0 58698177 10854400 1271 996147200 134512640 135095119 4294956304 18446744073709551615 134918064 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2650 1271 390 142 0 1604 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10600

[startup+6.3016 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 21595
/proc/meminfo: memFree=1323112/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=10728 CPUtime=6.22
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1735 822 0 0 620 1 1 0 25 0 1 0 58698177 10985472 1311 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2682 1311 390 142 0 1636 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10728

[startup+12.7013 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 21595
/proc/meminfo: memFree=1322472/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=11116 CPUtime=12.56
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 1898 822 0 0 1254 1 1 0 25 0 1 0 58698177 11382784 1409 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2779 1409 390 142 0 1733 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11116

[startup+25.5026 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 21595
/proc/meminfo: memFree=1321832/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=11756 CPUtime=25.24
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 2271 822 0 0 2522 1 1 0 25 0 1 0 58698177 12038144 1620 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 2939 1620 390 142 0 1893 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11756

[startup+51.1023 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 21595
/proc/meminfo: memFree=1320168/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=13036 CPUtime=50.6
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 2986 822 0 0 5057 2 1 0 25 0 1 0 58698177 13348864 2013 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/21589/statm: 3259 2013 390 142 0 2213 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13036

[startup+102.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 21628
/proc/meminfo: memFree=1317736/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=15728 CPUtime=101.65
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 4510 822 0 0 10160 4 1 0 25 0 1 0 58698177 16105472 2895 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 3932 2895 390 142 0 2886 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 15728

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/71 21631
/proc/meminfo: memFree=1310848/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=23468 CPUtime=161.62
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 6989 822 0 0 16156 5 1 0 25 0 1 0 58698177 24031232 4059 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 5867 4059 390 142 0 4821 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 23468

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 21669
/proc/meminfo: memFree=1287328/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=30652 CPUtime=221.6
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 9431 822 0 0 22152 7 1 0 25 0 1 0 58698177 31387648 5923 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 7663 5923 390 142 0 6617 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 30652

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1290464/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=30916 CPUtime=281.56
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 10044 822 0 0 28144 11 1 0 25 0 1 0 58698177 31657984 6536 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 7729 6536 390 142 0 6683 0
Current children cumulated CPU time (s) 281.56
Current children cumulated vsize (KiB) 30916

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1285408/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=41732 CPUtime=341.54
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 13277 822 0 0 34140 13 1 0 25 0 1 0 58698177 42733568 7720 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 10433 7720 390 142 0 9387 0
Current children cumulated CPU time (s) 341.54
Current children cumulated vsize (KiB) 41732

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1280544/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=44332 CPUtime=401.52
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 14490 822 0 0 40137 14 1 0 25 0 1 0 58698177 45395968 8933 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 11083 8933 390 142 0 10037 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 44332

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1271392/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=55408 CPUtime=461.49
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 17787 822 0 0 46132 16 1 0 25 0 1 0 58698177 56737792 11205 996147200 134512640 135095119 4294956304 18446744073709551615 134918142 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 13852 11205 390 142 0 12806 0
Current children cumulated CPU time (s) 461.49
Current children cumulated vsize (KiB) 55408

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

[startup+462.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1271392/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=55408 CPUtime=461.59
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 17788 822 0 0 46142 16 1 0 25 0 1 0 58698177 56737792 11206 996147200 134512640 135095119 4294956304 18446744073709551615 134911267 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 13852 11206 390 142 0 12806 0
Current children cumulated CPU time (s) 461.59
Current children cumulated vsize (KiB) 55408

[startup+462.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21743
/proc/meminfo: memFree=1271392/2055912 swapFree=4192812/4192956
[pid=21589] ppid=21587 vsize=47212 CPUtime=461.69
/proc/21589/stat : 21589 (pcs.small) R 21587 21589 21166 0 -1 4194304 17788 822 0 0 46152 16 1 0 25 0 1 0 58698177 48345088 10092 996147200 134512640 135095119 4294956304 18446744073709551615 10145799 0 0 4096 0 0 0 0 17 0 0 0
/proc/21589/statm: 11803 10092 390 142 0 10757 0
Current children cumulated CPU time (s) 461.69
Current children cumulated vsize (KiB) 47212

Child status: 0
Real time (s): 462.536
CPU time (s): 461.745
CPU user time (s): 461.562
CPU system time (s): 0.182972
CPU usage (%): 99.8289
Max. virtual memory (cumulated for all children) (KiB): 55408

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

runsolver used 0.542917 second user time and 1.56176 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-16 05:52:16
IDJOB=2078457
IDBENCH=56756
IDSOLVER=733
FILE ID=node78/2078457-1247716336
PBS_JOBID= 9521479
Free space on /tmp= 126768 MiB

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

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

MD5SUM BENCH= 72800f33560a9e3da2b338883daf5b30
RANDOM SEED=737842950

node78.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.232
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.232
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:      2055912 kB
MemFree:       1327504 kB
Buffers:         84892 kB
Cached:         548528 kB
SwapCached:          0 kB
Active:         146520 kB
Inactive:       510964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1327504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:          35444 kB
Slab:            55992 kB
Committed_AS:   607208 kB
PageTables:       1784 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= 126768 MiB
End job on node78 at 2009-07-16 05:59:59