Trace number 2090866

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 169.563 171.19

DiagnosticValue
ASSIGNMENTS2825

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-81_ext.xml
MD5SUMab893baa62432aa1a377975ffdbb1894
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 benchmark1.04584
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.17/0.22	c Seed is 1055534553
0.17/0.22	c Constructing HOME/instance-2090866-1247731171.xml  with 84 constraints
0.67/0.78	c Solving 2825 backtracks 11 restarts
169.45/171.18	s SATISFIABLE
169.45/171.18	c V0=53, V1=36, V2=46, V3=147, V4=122, V5=36, V6=169, V7=143, V8=131, V9=57, V10=5, V11=79, V12=20, V13=61, V14=103, V15=87, V16=70, V17=106, V18=105, V19=156, V20=179, V21=55, V22=84, V23=162, V24=114, V25=122, V26=79, V27=7, V28=58, V29=68, V30=109, V31=153, V32=162, V33=8, V34=129, V35=19, V36=103, V37=94, V38=5, V39=95, 
169.45/171.18	v 53 36 46 147 122 36 169 143 131 57 5 79 20 61 103 87 70 106 105 156 179 55 84 162 114 122 79 7 58 68 109 153 162 8 129 19 103 94 5 95 
169.45/171.18	d ASSIGNMENTS 2825

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-2090866-1247731171/watcher-2090866-1247731171 -o /tmp/evaluation-result-2090866-1247731171/solver-2090866-1247731171 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1055534553 HOME/instance-2090866-1247731171.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.25 2.07 2.02 4/72 13370
/proc/meminfo: memFree=1429744/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=18576 CPUtime=0
/proc/13370/stat : 13370 (runsolver) R 13368 13370 12887 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60183607 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13370/statm: 4644 284 249 26 0 2626 0

[startup+0.0767181 s]
/proc/loadavg: 2.25 2.07 2.02 4/72 13370
/proc/meminfo: memFree=1429744/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=5076 CPUtime=0.05
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 880 656 0 0 5 0 0 0 18 0 1 0 60183607 5197824 511 996147200 134512640 135215973 4294956304 18446744073709551615 5119717 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 1269 511 383 171 0 194 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5076

[startup+0.101718 s]
/proc/loadavg: 2.25 2.07 2.02 4/72 13370
/proc/meminfo: memFree=1429744/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=5356 CPUtime=0.07
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 913 656 0 0 7 0 0 0 18 0 1 0 60183607 5484544 544 996147200 134512640 135215973 4294956304 18446744073709551615 134837730 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 1339 544 383 171 0 264 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.30175 s]
/proc/loadavg: 2.25 2.07 2.02 4/72 13370
/proc/meminfo: memFree=1429744/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=7504 CPUtime=0.27
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 1156 656 0 0 27 0 0 0 19 0 1 0 60183607 7684096 787 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 1876 787 383 171 0 801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7504

[startup+0.701806 s]
/proc/loadavg: 2.25 2.07 2.02 4/72 13370
/proc/meminfo: memFree=1429744/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=11812 CPUtime=0.67
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 1645 656 0 0 66 1 0 0 23 0 1 0 60183607 12095488 1276 996147200 134512640 135215973 4294956304 18446744073709551615 134837559 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 2953 1276 383 171 0 1878 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11812

[startup+1.50193 s]
/proc/loadavg: 2.25 2.07 2.02 3/73 13375
/proc/meminfo: memFree=1424680/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=1.46
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 1989 656 0 0 145 1 0 0 25 0 1 0 60183607 13520896 1620 996147200 134512640 135215973 4294956304 18446744073709551615 134583239 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 1620 401 171 0 2226 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13204

[startup+3.10116 s]
/proc/loadavg: 2.23 2.07 2.02 4/73 13375
/proc/meminfo: memFree=1424360/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=3.04
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 2012 656 0 0 303 1 0 0 25 0 1 0 60183607 13520896 1643 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 1643 401 171 0 2226 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 13204

[startup+6.30162 s]
/proc/loadavg: 2.23 2.07 2.02 3/73 13375
/proc/meminfo: memFree=1423976/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=6.21
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 2029 656 0 0 620 1 0 0 25 0 1 0 60183607 13520896 1660 996147200 134512640 135215973 4294956304 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 1660 401 171 0 2226 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 13204

[startup+12.7015 s]
/proc/loadavg: 2.21 2.07 2.02 3/73 13375
/proc/meminfo: memFree=1423400/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=12.55
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 2120 656 0 0 1254 1 0 0 25 0 1 0 60183607 13520896 1751 996147200 134512640 135215973 4294956304 18446744073709551615 135020263 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 1751 401 171 0 2226 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 13204

[startup+25.5014 s]
/proc/loadavg: 2.16 2.06 2.02 3/73 13375
/proc/meminfo: memFree=1408168/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=25.23
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 2287 656 0 0 2522 1 0 0 25 0 1 0 60183607 13520896 1918 996147200 134512640 135215973 4294956304 18446744073709551615 134590021 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 1918 401 171 0 2226 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 13204

[startup+51.1011 s]
/proc/loadavg: 2.10 2.06 2.02 3/73 13375
/proc/meminfo: memFree=1406504/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=13204 CPUtime=50.6
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 2626 656 0 0 5058 2 0 0 25 0 1 0 60183607 13520896 2257 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3301 2257 401 171 0 2226 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13204

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 2.01 3/73 13381
/proc/meminfo: memFree=1402144/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=15180 CPUtime=101.29
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 3466 656 0 0 10127 2 0 0 25 0 1 0 60183607 15544320 3097 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 3795 3097 401 171 0 2720 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 15180

[startup+162.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/73 13381
/proc/meminfo: memFree=1396520/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=19924 CPUtime=160.73
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4701 656 0 0 16071 2 0 0 25 0 1 0 60183607 20402176 4267 996147200 134512640 135215973 4294956304 18446744073709551615 135026915 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 4981 4267 401 171 0 3906 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 19924

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

[startup+166.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/73 13381
/proc/meminfo: memFree=1396136/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=20320 CPUtime=164.68
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4780 656 0 0 16466 2 0 0 25 0 1 0 60183607 20807680 4346 996147200 134512640 135215973 4294956304 18446744073709551615 4158960306 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 5080 4346 401 171 0 4005 0
Current children cumulated CPU time (s) 164.68
Current children cumulated vsize (KiB) 20320

[startup+169.501 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 13381
/proc/meminfo: memFree=1395816/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=20584 CPUtime=167.85
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4857 656 0 0 16783 2 0 0 25 0 1 0 60183607 21078016 4423 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 5146 4423 401 171 0 4071 0
Current children cumulated CPU time (s) 167.85
Current children cumulated vsize (KiB) 20584

[startup+170.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 13381
/proc/meminfo: memFree=1395816/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=20584 CPUtime=168.65
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4869 656 0 0 16863 2 0 0 25 0 1 0 60183607 21078016 4435 996147200 134512640 135215973 4294956304 18446744073709551615 135010191 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 5146 4435 401 171 0 4071 0
Current children cumulated CPU time (s) 168.65
Current children cumulated vsize (KiB) 20584

[startup+170.701 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 13381
/proc/meminfo: memFree=1395688/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=20584 CPUtime=169.05
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4872 656 0 0 16903 2 0 0 25 0 1 0 60183607 21078016 4438 996147200 134512640 135215973 4294956304 18446744073709551615 134589808 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 5146 4438 401 171 0 4071 0
Current children cumulated CPU time (s) 169.05
Current children cumulated vsize (KiB) 20584

[startup+171.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 13381
/proc/meminfo: memFree=1395688/2055920 swapFree=4192812/4192956
[pid=13370] ppid=13368 vsize=20584 CPUtime=169.45
/proc/13370/stat : 13370 (pcs.big) R 13368 13370 12887 0 -1 4194304 4875 656 0 0 16943 2 0 0 25 0 1 0 60183607 21078016 4441 996147200 134512640 135215973 4294956304 18446744073709551615 134648257 0 0 4096 0 0 0 0 17 1 0 0
/proc/13370/statm: 5146 4441 401 171 0 4071 0
Current children cumulated CPU time (s) 169.45
Current children cumulated vsize (KiB) 20584

Child status: 0
Real time (s): 171.19
CPU time (s): 169.563
CPU user time (s): 169.519
CPU system time (s): 0.043993
CPU usage (%): 99.05
Max. virtual memory (cumulated for all children) (KiB): 20584

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

runsolver used 0.228965 second user time and 0.556915 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-16 09:59:31
IDJOB=2090866
IDBENCH=59926
IDSOLVER=734
FILE ID=node22/2090866-1247731171
PBS_JOBID= 9521636
Free space on /tmp= 66384 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-81_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090866-1247731171/watcher-2090866-1247731171 -o /tmp/evaluation-result-2090866-1247731171/solver-2090866-1247731171 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1055534553 HOME/instance-2090866-1247731171.xml

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

MD5SUM BENCH= ab893baa62432aa1a377975ffdbb1894
RANDOM SEED=1055534553

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1430224 kB
Buffers:         92132 kB
Cached:         352928 kB
SwapCached:          0 kB
Active:         148812 kB
Inactive:       390760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3536 kB
Writeback:           0 kB
Mapped:         105936 kB
Slab:            71468 kB
Committed_AS:   644256 kB
PageTables:       1888 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= 66384 MiB
End job on node22 at 2009-07-16 10:02:22