Trace number 2068800

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 4.84226 4.88859

DiagnosticValue
ASSIGNMENTS1704

General information on the benchmark

Namecsp/tdsp/
normalized-C2-3-16.xml
MD5SUMcb0ea34ab866c40b350376982b2292f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 2050938571
0.00/0.02	c Constructing HOME/instance-2068800-1247707254.xml  with 8300 constraints
0.07/0.10	c Solving 1704 backtracks 9 restarts
4.74/4.88	s SATISFIABLE
4.74/4.88	c V0=16, V1=40, V2=28, V3=9, V4=1, V5=12, V6=0, V7=0, V8=19, V9=3, V10=1, V11=19, V12=2, V13=1, V14=15, V15=14, V16=1, V17=18, V18=8, V19=1, V20=24, V21=1, V22=1, V23=19, V24=6, V25=1, V26=12, V27=15, V28=1, V29=2, V30=7, V31=1, V32=0, V33=10, V34=1, V35=31, V36=0, V37=1, V38=0, V39=5, V40=1, V41=1, V42=8, V43=1, V44=18, V45=13, V46=1, V47=4, V48=4, V49=1, V50=13, V51=13, V52=1, V53=12, V54=10, V55=1, V56=0, V57=0, V58=0, V59=8, V60=3, V61=1, V62=21, V63=4, V64=1, V65=8, V66=7, V67=1, V68=3, V69=0, V70=1, V71=24, V72=6, V73=1, V74=26, V75=3, V76=1, 
4.74/4.88	v 16 40 28 9 1 12 0 0 19 3 1 19 2 1 15 14 1 18 8 1 24 1 1 19 6 1 12 15 1 2 7 1 0 10 1 31 0 1 0 5 1 1 8 1 18 13 1 4 4 1 13 13 1 12 10 1 0 0 0 8 3 1 21 4 1 8 7 1 3 0 1 24 6 1 26 3 1 
4.74/4.88	d ASSIGNMENTS 1704

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-2068800-1247707254/watcher-2068800-1247707254 -o /tmp/evaluation-result-2068800-1247707254/solver-2068800-1247707254 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2050938571 HOME/instance-2068800-1247707254.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.03 2.06 2.07 4/82 10485
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=18576 CPUtime=0
/proc/10485/stat : 10485 (runsolver) R 10483 10485 8970 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57792910 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10485/statm: 4644 284 249 26 0 2626 0

[startup+0.0642831 s]
/proc/loadavg: 2.03 2.06 2.07 4/82 10485
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=5896 CPUtime=0.04
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 1155 655 0 0 4 0 0 0 24 0 1 0 57792910 6037504 753 996147200 134512640 135215973 4294956304 18446744073709551615 134583656 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 1474 753 389 171 0 399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5896

[startup+0.10129 s]
/proc/loadavg: 2.03 2.06 2.07 4/82 10485
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=7072 CPUtime=0.07
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 1514 655 0 0 7 0 0 0 24 0 1 0 57792910 7241728 1022 996147200 134512640 135215973 4294956304 18446744073709551615 11023362 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 1768 1022 389 171 0 693 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7072

[startup+0.301311 s]
/proc/loadavg: 2.03 2.06 2.07 4/82 10485
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=9872 CPUtime=0.27
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 2468 655 0 0 27 0 0 0 25 0 1 0 57792910 10108928 1686 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 2468 1686 410 171 0 1393 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9872

[startup+0.701347 s]
/proc/loadavg: 2.03 2.06 2.07 4/82 10485
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=10008 CPUtime=0.67
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 2497 655 0 0 67 0 0 0 25 0 1 0 57792910 10248192 1715 996147200 134512640 135215973 4294956304 18446744073709551615 134590124 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 2502 1715 410 171 0 1427 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10008

[startup+1.50242 s]
/proc/loadavg: 2.03 2.06 2.07 3/83 10490
/proc/meminfo: memFree=1270728/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=10536 CPUtime=1.47
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 2642 655 0 0 146 1 0 0 25 0 1 0 57792910 10788864 1860 996147200 134512640 135215973 4294956304 18446744073709551615 134589885 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 2634 1860 410 171 0 1559 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10536

[startup+3.10157 s]
/proc/loadavg: 2.03 2.06 2.07 3/83 10490
/proc/meminfo: memFree=1269704/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=11632 CPUtime=3.06
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 2934 655 0 0 305 1 0 0 25 0 1 0 57792910 11911168 2152 996147200 134512640 135215973 4294956304 18446744073709551615 134648240 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 2908 2152 410 171 0 1833 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11632

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

[startup+3.90165 s]
/proc/loadavg: 2.03 2.06 2.07 3/83 10490
/proc/meminfo: memFree=1269064/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=12316 CPUtime=3.85
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 3117 655 0 0 384 1 0 0 25 0 1 0 57792910 12611584 2335 996147200 134512640 135215973 4294956304 18446744073709551615 134962125 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 3079 2335 410 171 0 2004 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 12316

[startup+4.30169 s]
/proc/loadavg: 2.03 2.06 2.07 4/83 10490
/proc/meminfo: memFree=1268040/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=12716 CPUtime=4.25
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 3203 655 0 0 424 1 0 0 25 0 1 0 57792910 13021184 2421 996147200 134512640 135215973 4294956304 18446744073709551615 4158960095 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 3179 2421 410 171 0 2104 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 12716

[startup+4.70173 s]
/proc/loadavg: 2.03 2.06 2.07 4/83 10490
/proc/meminfo: memFree=1268040/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=12948 CPUtime=4.64
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 3271 655 0 0 463 1 0 0 25 0 1 0 57792910 13258752 2489 996147200 134512640 135215973 4294956304 18446744073709551615 134533175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 3237 2489 410 171 0 2162 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 12948

[startup+4.80174 s]
/proc/loadavg: 2.03 2.06 2.07 4/83 10490
/proc/meminfo: memFree=1268040/2055920 swapFree=4192812/4192956
[pid=10485] ppid=10483 vsize=13056 CPUtime=4.74
/proc/10485/stat : 10485 (pcs.big) R 10483 10485 8970 0 -1 4194304 3297 655 0 0 473 1 0 0 25 0 1 0 57792910 13369344 2515 996147200 134512640 135215973 4294956304 18446744073709551615 134902639 0 0 4096 0 0 0 0 17 1 0 0
/proc/10485/statm: 3264 2515 410 171 0 2189 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 13056

Child status: 0
Real time (s): 4.88859
CPU time (s): 4.84226
CPU user time (s): 4.82127
CPU system time (s): 0.020996
CPU usage (%): 99.0523
Max. virtual memory (cumulated for all children) (KiB): 13056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.82127
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3998
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= 19
involuntary context switches= 199

runsolver used 0.011998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-16 03:20:54
IDJOB=2068800
IDBENCH=54938
IDSOLVER=734
FILE ID=node4/2068800-1247707254
PBS_JOBID= 9521300
Free space on /tmp= 66416 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-3-16.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068800-1247707254/watcher-2068800-1247707254 -o /tmp/evaluation-result-2068800-1247707254/solver-2068800-1247707254 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2050938571 HOME/instance-2068800-1247707254.xml

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

MD5SUM BENCH= cb0ea34ab866c40b350376982b2292f6
RANDOM SEED=2050938571

node4.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.213
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.213
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:       1276848 kB
Buffers:         80424 kB
Cached:         489620 kB
SwapCached:          0 kB
Active:         299364 kB
Inactive:       402980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:         152676 kB
Slab:            61520 kB
Committed_AS:   654700 kB
PageTables:       2200 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= 66412 MiB
End job on node4 at 2009-07-16 03:20:59