Trace number 2059681

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 252.166 253.384

DiagnosticValue
ASSIGNMENTS130456

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-54021_ext.xml
MD5SUM7af79940b347b6ea35736ab16ca7c6df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.6086
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.02	c Seed is 984598156
0.00/0.02	c Constructing HOME/instance-2059681-1247695297.xml  with 5810 constraints
0.08/0.10	c Solving 130456 backtracks 20 restarts
252.06/253.38	s SATISFIABLE
252.06/253.38	c V0=15, V1=12, V2=17, V3=17, V4=4, V5=17, V6=15, V7=9, V8=4, V9=16, V10=13, V11=1, V12=0, V13=19, V14=0, V15=22, V16=18, V17=0, V18=3, V19=1, V20=5, V21=3, V22=3, 
252.06/253.38	v 15 12 17 17 4 17 15 9 4 16 13 1 0 19 0 22 18 0 3 1 5 3 3 
252.06/253.38	d ASSIGNMENTS 130456

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-2059681-1247695297/watcher-2059681-1247695297 -o /tmp/evaluation-result-2059681-1247695297/solver-2059681-1247695297 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 984598156 HOME/instance-2059681-1247695297.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.93 1.36 4/72 12036
/proc/meminfo: memFree=1189168/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=5256 CPUtime=0
/proc/12036/stat : 12036 (pcssolve) R 12034 12036 11922 0 -1 4194304 63 0 0 0 0 0 0 0 20 0 1 0 56221385 5382144 48 996147200 4194304 4889804 548682068800 18446744073709551615 209133290523 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1314 48 37 169 0 13 0

[startup+0.0503371 s]
/proc/loadavg: 1.92 1.93 1.36 4/72 12036
/proc/meminfo: memFree=1189168/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=4772 CPUtime=0.03
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 915 822 0 0 3 0 0 0 24 0 1 0 56221385 4886528 524 996147200 134512640 135095119 4294956304 18446744073709551615 134653760 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1193 524 364 142 0 147 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4772

[startup+0.101346 s]
/proc/loadavg: 1.92 1.93 1.36 4/72 12036
/proc/meminfo: memFree=1189168/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=6252 CPUtime=0.08
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 1279 822 0 0 8 0 0 0 24 0 1 0 56221385 6402048 855 996147200 134512640 135095119 4294956304 18446744073709551615 134646598 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1563 855 367 142 0 517 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6252

[startup+0.301359 s]
/proc/loadavg: 1.92 1.93 1.36 4/72 12036
/proc/meminfo: memFree=1189168/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=6252 CPUtime=0.28
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 1305 822 0 0 28 0 0 0 25 0 1 0 56221385 6402048 881 996147200 134512640 135095119 4294956304 18446744073709551615 134615598 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1563 881 378 142 0 517 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6252

[startup+0.701395 s]
/proc/loadavg: 1.92 1.93 1.36 4/72 12036
/proc/meminfo: memFree=1189168/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=6252 CPUtime=0.68
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 1317 822 0 0 68 0 0 0 25 0 1 0 56221385 6402048 893 996147200 134512640 135095119 4294956304 18446744073709551615 134642952 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1563 893 378 142 0 517 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6252

[startup+1.50147 s]
/proc/loadavg: 1.92 1.93 1.36 3/73 12042
/proc/meminfo: memFree=1186792/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=7024 CPUtime=1.47
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 1483 822 0 0 147 0 0 0 25 0 1 0 56221385 7192576 994 996147200 134512640 135095119 4294956304 18446744073709551615 134642896 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1756 994 378 142 0 710 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7024

[startup+3.10161 s]
/proc/loadavg: 1.92 1.93 1.36 3/73 12042
/proc/meminfo: memFree=1186216/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=7928 CPUtime=3.06
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 1811 822 0 0 306 0 0 0 25 0 1 0 56221385 8118272 1193 996147200 134512640 135095119 4294956304 18446744073709551615 134642884 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 1982 1193 378 142 0 936 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7928

[startup+6.30189 s]
/proc/loadavg: 1.93 1.94 1.36 3/73 12042
/proc/meminfo: memFree=1183976/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=10380 CPUtime=6.25
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 2623 822 0 0 624 1 0 0 25 0 1 0 56221385 10629120 1619 996147200 134512640 135095119 4294956304 18446744073709551615 134616901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 2595 1619 378 142 0 1549 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 10380

[startup+12.7015 s]
/proc/loadavg: 2.01 1.95 1.37 3/73 12042
/proc/meminfo: memFree=1181352/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=11680 CPUtime=12.62
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 3238 822 0 0 1261 1 0 0 25 0 1 0 56221385 11960320 2234 996147200 134512640 135095119 4294956304 18446744073709551615 134617019 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 2920 2234 378 142 0 1874 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 11680

[startup+25.5016 s]
/proc/loadavg: 2.01 1.95 1.38 3/73 12042
/proc/meminfo: memFree=1177640/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=16724 CPUtime=25.35
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 4859 822 0 0 2533 2 0 0 25 0 1 0 56221385 17125376 3085 996147200 134512640 135095119 4294956304 18446744073709551615 134636891 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 4181 3085 378 142 0 3135 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 16724

[startup+51.1018 s]
/proc/loadavg: 2.00 1.96 1.39 3/73 12042
/proc/meminfo: memFree=1172648/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=23432 CPUtime=50.83
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 7048 822 0 0 5079 4 0 0 25 0 1 0 56221385 23994368 4249 996147200 134512640 135095119 4294956304 18446744073709551615 134617070 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 5858 4249 378 142 0 4812 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 23432

[startup+102.306 s]
/proc/loadavg: 2.05 1.98 1.43 3/73 12042
/proc/meminfo: memFree=1165288/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=29300 CPUtime=101.8
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 9185 822 0 0 10174 6 0 0 25 0 1 0 56221385 30003200 5873 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 7325 5873 378 142 0 6279 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 29300

[startup+162.302 s]
/proc/loadavg: 2.02 1.98 1.46 3/73 12042
/proc/meminfo: memFree=1158376/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=40616 CPUtime=161.5
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 12637 822 0 0 16141 9 0 0 25 0 1 0 56221385 41590784 7276 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 10154 7276 378 142 0 9108 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 40616

[startup+222.302 s]
/proc/loadavg: 2.00 1.98 1.49 3/73 12042
/proc/meminfo: memFree=1152616/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=43360 CPUtime=221.21
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 13847 822 0 0 22110 11 0 0 25 0 1 0 56221385 44400640 8486 996147200 134512640 135095119 4294956304 18446744073709551615 134636924 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 10840 8486 378 142 0 9794 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 43360

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

[startup+230.303 s]
/proc/loadavg: 2.00 1.98 1.50 3/73 12042
/proc/meminfo: memFree=1151912/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=43624 CPUtime=229.17
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 13989 822 0 0 22906 11 0 0 25 0 1 0 56221385 44670976 8628 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 10906 8628 378 142 0 9860 0
Current children cumulated CPU time (s) 229.17
Current children cumulated vsize (KiB) 43624

[startup+243.107 s]
/proc/loadavg: 2.00 1.98 1.50 3/73 12042
/proc/meminfo: memFree=1145768/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=53264 CPUtime=241.91
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16498 822 0 0 24179 12 0 0 25 0 1 0 56221385 54542336 10112 996147200 134512640 135095119 4294956304 18446744073709551615 134642864 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 13316 10112 378 142 0 12270 0
Current children cumulated CPU time (s) 241.91
Current children cumulated vsize (KiB) 53264

[startup+249.501 s]
/proc/loadavg: 2.00 1.98 1.50 3/73 12042
/proc/meminfo: memFree=1145576/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=53264 CPUtime=248.28
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16550 822 0 0 24816 12 0 0 25 0 1 0 56221385 54542336 10164 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 13316 10164 378 142 0 12270 0
Current children cumulated CPU time (s) 248.28
Current children cumulated vsize (KiB) 53264

[startup+251.101 s]
/proc/loadavg: 2.00 1.98 1.51 3/73 12042
/proc/meminfo: memFree=1145512/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=53264 CPUtime=249.87
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16563 822 0 0 24975 12 0 0 25 0 1 0 56221385 54542336 10177 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 13316 10177 378 142 0 12270 0
Current children cumulated CPU time (s) 249.87
Current children cumulated vsize (KiB) 53264

[startup+252.702 s]
/proc/loadavg: 2.00 1.98 1.51 3/73 12042
/proc/meminfo: memFree=1145448/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=53264 CPUtime=251.47
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16576 822 0 0 25135 12 0 0 25 0 1 0 56221385 54542336 10190 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 13316 10190 378 142 0 12270 0
Current children cumulated CPU time (s) 251.47
Current children cumulated vsize (KiB) 53264

[startup+253.102 s]
/proc/loadavg: 2.00 1.98 1.51 3/73 12042
/proc/meminfo: memFree=1145384/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=53264 CPUtime=251.86
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16579 822 0 0 25174 12 0 0 25 0 1 0 56221385 54542336 10193 996147200 134512640 135095119 4294956304 18446744073709551615 134607029 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 13316 10193 378 142 0 12270 0
Current children cumulated CPU time (s) 251.86
Current children cumulated vsize (KiB) 53264

[startup+253.302 s]
/proc/loadavg: 2.00 1.98 1.51 3/73 12042
/proc/meminfo: memFree=1145384/2055920 swapFree=4192812/4192956
[pid=12036] ppid=12034 vsize=45068 CPUtime=252.06
/proc/12036/stat : 12036 (pcs.small) R 12034 12036 11922 0 -1 4194304 16580 822 0 0 25194 12 0 0 25 0 1 0 56221385 46149632 9129 996147200 134512640 135095119 4294956304 18446744073709551615 134595289 0 0 4096 0 0 0 0 17 1 0 0
/proc/12036/statm: 11267 9129 378 142 0 10221 0
Current children cumulated CPU time (s) 252.06
Current children cumulated vsize (KiB) 45068

Child status: 0
Real time (s): 253.384
CPU time (s): 252.166
CPU user time (s): 252.023
CPU system time (s): 0.142978
CPU usage (%): 99.5193
Max. virtual memory (cumulated for all children) (KiB): 53264

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

runsolver used 0.365944 second user time and 0.792879 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-16 00:01:37
IDJOB=2059681
IDBENCH=53604
IDSOLVER=734
FILE ID=node41/2059681-1247695297
PBS_JOBID= 9521229
Free space on /tmp= 65792 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-54021_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059681-1247695297/watcher-2059681-1247695297 -o /tmp/evaluation-result-2059681-1247695297/solver-2059681-1247695297 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 984598156 HOME/instance-2059681-1247695297.xml

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

MD5SUM BENCH= 7af79940b347b6ea35736ab16ca7c6df
RANDOM SEED=984598156

node41.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.212
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	: 5931.00
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.212
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:       1189648 kB
Buffers:         73412 kB
Cached:         611688 kB
SwapCached:          0 kB
Active:         302660 kB
Inactive:       481220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:         110216 kB
Slab:            67760 kB
Committed_AS:   550608 kB
PageTables:       1884 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= 65792 MiB
End job on node41 at 2009-07-16 00:05:50