Trace number 2078567

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 343.941 345.603

DiagnosticValue
ASSIGNMENTS93803

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-41_ext.xml
MD5SUM3041a3ef4ef8ba4a0b9d098f8d6784fb
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 benchmark28.1437
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.02	c Seed is 168137590
0.00/0.02	c Constructing HOME/instance-2078567-1247716428.xml  with 60 constraints
0.38/0.44	c Solving 93803 backtracks 19 restarts
343.92/345.60	s SATISFIABLE
343.92/345.60	c V0=7, V1=7, V2=16, V3=9, V4=15, V5=19, V6=2, V7=18, V8=10, V9=1, V10=5, V11=9, V12=11, V13=1, V14=16, V15=10, V16=1, V17=4, V18=9, V19=8, 
343.92/345.60	v 7 7 16 9 15 19 2 18 10 1 5 9 11 1 16 10 1 4 9 8 
343.92/345.60	d ASSIGNMENTS 93803

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-2078567-1247716428/watcher-2078567-1247716428 -o /tmp/evaluation-result-2078567-1247716428/solver-2078567-1247716428 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 168137590 HOME/instance-2078567-1247716428.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.00 2.00 4/83 14565
/proc/meminfo: memFree=1462792/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=880 CPUtime=0
/proc/14565/stat : 14565 (pcssolve) R 14563 14565 13305 0 -1 4194304 40 0 0 0 0 0 0 0 20 0 1 0 58708138 901120 25 996147200 4194304 4889804 548682068800 18446744073709551615 240151229833 0 0 4096 0 0 0 0 17 1 0 0
/proc/14565/statm: 220 25 18 169 0 8 0

[startup+0.0778131 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14565
/proc/meminfo: memFree=1462792/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=5220 CPUtime=0.06
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 924 822 0 0 5 0 1 0 24 0 1 0 58708138 5345280 533 996147200 134512640 135095119 4294956304 18446744073709551615 6844039 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 1305 533 375 142 0 259 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5220

[startup+0.101816 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14565
/proc/meminfo: memFree=1462792/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=5476 CPUtime=0.08
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 961 822 0 0 7 0 1 0 24 0 1 0 58708138 5607424 570 996147200 134512640 135095119 4294956304 18446744073709551615 134681671 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 1369 570 375 142 0 323 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5476

[startup+0.301856 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14565
/proc/meminfo: memFree=1462792/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=8448 CPUtime=0.28
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1332 822 0 0 27 0 1 0 25 0 1 0 58708138 8650752 941 996147200 134512640 135095119 4294956304 18446744073709551615 134681645 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2112 941 375 142 0 1066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8448

[startup+0.701934 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14565
/proc/meminfo: memFree=1462792/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=10468 CPUtime=0.68
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1616 822 0 0 67 0 1 0 25 0 1 0 58708138 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134927088 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10468

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1459264/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=10468 CPUtime=1.47
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1625 822 0 0 146 0 1 0 25 0 1 0 58708138 10719232 1234 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2617 1234 389 142 0 1571 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10468

[startup+3.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=10600 CPUtime=3.07
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1663 822 0 0 306 0 1 0 25 0 1 0 58708138 10854400 1272 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2650 1272 389 142 0 1604 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10600

[startup+6.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1458560/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=10728 CPUtime=6.26
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1739 822 0 0 624 1 1 0 25 0 1 0 58708138 10985472 1315 996147200 134512640 135095119 4294956304 18446744073709551615 134918235 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2682 1315 389 142 0 1636 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10728

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1458048/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=11116 CPUtime=12.63
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 1912 822 0 0 1261 1 1 0 25 0 1 0 58708138 11382784 1423 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2779 1423 389 142 0 1733 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 11116

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1457472/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=11756 CPUtime=25.37
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 2273 822 0 0 2535 1 1 0 25 0 1 0 58708138 12038144 1622 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 2939 1622 389 142 0 1893 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 11756

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14571
/proc/meminfo: memFree=1455744/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=13036 CPUtime=50.86
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 2984 822 0 0 5084 1 1 0 25 0 1 0 58708138 13348864 2011 996147200 134512640 135095119 4294956304 18446744073709551615 134916487 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 3259 2011 389 142 0 2213 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 13036

[startup+102.305 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 14571
/proc/meminfo: memFree=1451968/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=15728 CPUtime=101.85
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 4469 822 0 0 10182 2 1 0 25 0 1 0 58708138 16105472 2854 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 3932 2854 389 142 0 2886 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 15728

[startup+162.303 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 14571
/proc/meminfo: memFree=1447168/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=23088 CPUtime=161.61
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 6869 822 0 0 16157 3 1 0 25 0 1 0 58708138 23642112 3939 996147200 134512640 135095119 4294956304 18446744073709551615 134615598 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 5772 3939 389 142 0 4726 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 23088

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 14571
/proc/meminfo: memFree=1442304/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=25440 CPUtime=221.36
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 7981 822 0 0 22131 4 1 0 25 0 1 0 58708138 26050560 5051 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 6360 5051 389 142 0 5314 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 25440

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 14571
/proc/meminfo: memFree=1436608/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=30788 CPUtime=281.12
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 9888 822 0 0 28105 6 1 0 25 0 1 0 58708138 31526912 6380 996147200 134512640 135095119 4294956304 18446744073709551615 6811284 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 7697 6380 389 142 0 6651 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 30788

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494744/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=40408 CPUtime=340.65
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12782 822 0 0 34056 8 1 0 25 0 1 0 58708138 41377792 7225 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 10102 7225 389 142 0 9056 0
Current children cumulated CPU time (s) 340.65
Current children cumulated vsize (KiB) 40408

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

[startup+343.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494680/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=40408 CPUtime=342.24
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12812 822 0 0 34215 8 1 0 25 0 1 0 58708138 41377792 7255 996147200 134512640 135095119 4294956304 18446744073709551615 134926993 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 10102 7255 389 142 0 9056 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 40408

[startup+344.703 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494616/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=40408 CPUtime=343.03
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12825 822 0 0 34294 8 1 0 25 0 1 0 58708138 41377792 7268 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 10102 7268 389 142 0 9056 0
Current children cumulated CPU time (s) 343.03
Current children cumulated vsize (KiB) 40408

[startup+345.103 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494616/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=40408 CPUtime=343.43
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12831 822 0 0 34334 8 1 0 25 0 1 0 58708138 41377792 7274 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 10102 7274 389 142 0 9056 0
Current children cumulated CPU time (s) 343.43
Current children cumulated vsize (KiB) 40408

[startup+345.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494552/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=40408 CPUtime=343.82
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12838 822 0 0 34373 8 1 0 25 0 1 0 58708138 41377792 7281 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 10102 7281 389 142 0 9056 0
Current children cumulated CPU time (s) 343.82
Current children cumulated vsize (KiB) 40408

[startup+345.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14605
/proc/meminfo: memFree=1494552/2055920 swapFree=4192812/4192956
[pid=14565] ppid=14563 vsize=4408 CPUtime=343.92
/proc/14565/stat : 14565 (pcs.small) R 14563 14565 13305 0 -1 4194304 12840 822 0 0 34383 8 1 0 25 0 1 0 58708138 4513792 465 996147200 134512640 135095119 4294956304 18446744073709551615 6341665 0 0 4096 0 0 0 0 17 0 0 0
/proc/14565/statm: 1102 465 390 142 0 56 0
Current children cumulated CPU time (s) 343.92
Current children cumulated vsize (KiB) 4408

Child status: 0
Real time (s): 345.603
CPU time (s): 343.941
CPU user time (s): 343.847
CPU system time (s): 0.093985
CPU usage (%): 99.5191
Max. virtual memory (cumulated for all children) (KiB): 40408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.847
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13664
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= 18
involuntary context switches= 10943

runsolver used 0.335948 second user time and 0.927858 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-16 05:53:49
IDJOB=2078567
IDBENCH=56778
IDSOLVER=733
FILE ID=node86/2078567-1247716428
PBS_JOBID= 9521378
Free space on /tmp= 66252 MiB

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

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

MD5SUM BENCH= 3041a3ef4ef8ba4a0b9d098f8d6784fb
RANDOM SEED=168137590

node86.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1463208 kB
Buffers:         87140 kB
Cached:         355812 kB
SwapCached:          0 kB
Active:         146120 kB
Inactive:       371188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:          94552 kB
Slab:            60428 kB
Committed_AS:   692204 kB
PageTables:       2060 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= 66252 MiB
End job on node86 at 2009-07-16 05:59:34