Trace number 2066346

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.2? (MO) 305.846 308.749

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-60.xml
MD5SUMcabdf9a782c3979d3dd3fb1fe0f10ac8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension220
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.02	c Seed is 2128894347
0.00/0.02	c Constructing HOME/instance-2066346-1247704825.xml  with 18000 constraints
0.28/0.31	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066346-1247704825/watcher-2066346-1247704825 -o /tmp/evaluation-result-2066346-1247704825/solver-2066346-1247704825 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2128894347 HOME/instance-2066346-1247704825.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.01 2.03 2.00 4/81 16663
/proc/meminfo: memFree=1135192/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=5356 CPUtime=0
/proc/16663/stat : 16663 (pcssolve) R 16661 16663 15513 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57546437 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16663/statm: 1339 241 200 169 0 50 0
[pid=16664] ppid=16663 vsize=3676 CPUtime=0
/proc/16664/stat : 16664 (fgrep) R 16663 16663 15513 0 -1 4194304 139 0 0 0 0 0 0 0 22 0 1 0 57546438 3764224 106 996147200 4194304 4274172 548682068976 18446744073709551615 221954932818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16664/statm: 919 106 85 19 0 43 0
[pid=16665] ppid=16663 vsize=5356 CPUtime=0
/proc/16665/stat : 16665 (pcssolve) R 16663 16663 15513 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57546438 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16665/statm: 1339 241 200 169 0 50 0

[startup+0.065038 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 16663
/proc/meminfo: memFree=1135192/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=5988 CPUtime=0.04
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 1200 826 0 0 4 0 0 0 24 0 1 0 57546437 6131712 768 996147200 134512640 135215973 4294956304 18446744073709551615 134895936 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 1497 768 365 171 0 422 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5988

[startup+0.101041 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 16663
/proc/meminfo: memFree=1135192/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=7576 CPUtime=0.07
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 1620 826 0 0 7 0 0 0 24 0 1 0 57546437 7757824 1048 996147200 134512640 135215973 4294956304 18446744073709551615 2446289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 1894 1048 385 171 0 819 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7576

[startup+0.301063 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 16663
/proc/meminfo: memFree=1135192/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=12632 CPUtime=0.28
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 3312 826 0 0 27 1 0 0 25 0 1 0 57546437 12935168 2201 996147200 134512640 135215973 4294956304 18446744073709551615 4159345943 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 3158 2201 385 171 0 2083 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12632

[startup+0.701097 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 16663
/proc/meminfo: memFree=1135192/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=26528 CPUtime=0.67
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 8087 826 0 0 65 2 0 0 25 0 1 0 57546437 27164672 5113 996147200 134512640 135215973 4294956304 18446744073709551615 134589840 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 6632 5113 406 171 0 5557 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 26528

[startup+1.50117 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 16669
/proc/meminfo: memFree=1108944/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=37048 CPUtime=1.46
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 11879 826 0 0 142 4 0 0 25 0 1 0 57546437 37937152 7218 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 9262 7218 409 171 0 8187 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 37048

[startup+3.10132 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 16669
/proc/meminfo: memFree=1107664/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=37048 CPUtime=3.05
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 11879 826 0 0 301 4 0 0 25 0 1 0 57546437 37937152 7218 996147200 134512640 135215973 4294956304 18446744073709551615 134591047 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 9262 7218 409 171 0 8187 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 37048

[startup+6.3016 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 16669
/proc/meminfo: memFree=1107024/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=37524 CPUtime=6.22
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 12011 826 0 0 618 4 0 0 25 0 1 0 57546437 38424576 7350 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 9381 7350 409 171 0 8306 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 37524

[startup+12.7012 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 16669
/proc/meminfo: memFree=1099664/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=47824 CPUtime=12.56
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 14601 826 0 0 1250 6 0 0 25 0 1 0 57546437 48971776 9907 996147200 134512640 135215973 4294956304 18446744073709551615 134982822 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 11956 9907 409 171 0 10881 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 47824

[startup+25.5013 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 16669
/proc/meminfo: memFree=1065488/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=79500 CPUtime=25.23
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 22646 826 0 0 2513 10 0 0 25 0 1 0 57546437 81408000 17758 996147200 134512640 135215973 4294956304 18446744073709551615 134581345 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 19875 17758 409 171 0 18800 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 79500

[startup+51.1016 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 16669
/proc/meminfo: memFree=1009168/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=136824 CPUtime=50.6
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 37248 826 0 0 5043 17 0 0 25 0 1 0 57546437 140107776 32103 996147200 134512640 135215973 4294956304 18446744073709551615 4158960138 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 34206 32103 409 171 0 33131 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 136824

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 16669
/proc/meminfo: memFree=846544/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=297684 CPUtime=101.32
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 77842 826 0 0 10099 33 0 0 25 0 1 0 57546437 304828416 72407 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 74421 72407 409 171 0 73346 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 297684

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 16669
/proc/meminfo: memFree=686736/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=463160 CPUtime=160.76
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 120176 826 0 0 16026 50 0 0 25 0 1 0 57546437 474275840 112591 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 115790 112591 409 171 0 114715 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 463160

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 16669
/proc/meminfo: memFree=534928/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=610500 CPUtime=220.19
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 157807 826 0 0 21952 67 0 0 25 0 1 0 57546437 625152000 150222 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 152625 150222 409 171 0 151550 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 610500

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16669
/proc/meminfo: memFree=329872/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=823892 CPUtime=279.63
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 211592 826 0 0 27872 91 0 0 25 0 1 0 57546437 843665408 201958 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 205973 201958 409 171 0 204898 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 823892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+308.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16669
/proc/meminfo: memFree=226960/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=921676 CPUtime=305.68
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4194304 236538 826 0 0 30467 101 0 0 25 0 1 0 57546437 943796224 226904 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 230419 226904 409 171 0 229344 0
Current children cumulated CPU time (s) 305.68
Current children cumulated vsize (KiB) 921676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+308.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16669
/proc/meminfo: memFree=226960/2055920 swapFree=4192812/4192956
[pid=16663] ppid=16661 vsize=0 CPUtime=305.78
/proc/16663/stat : 16663 (pcs.big) R 16661 16663 15513 0 -1 4195332 236538 826 0 0 30467 111 0 0 25 0 1 0 57546437 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.78
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 308.749
CPU time (s): 305.846
CPU user time (s): 304.679
CPU system time (s): 1.16782
CPU usage (%): 99.0598
Max. virtual memory (cumulated for all children) (KiB): 921676

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

runsolver used 0.411937 second user time and 1.00285 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-16 02:40:26
IDJOB=2066346
IDBENCH=54510
IDSOLVER=733
FILE ID=node43/2066346-1247704825
PBS_JOBID= 9521225
Free space on /tmp= 66196 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-60.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066346-1247704825/watcher-2066346-1247704825 -o /tmp/evaluation-result-2066346-1247704825/solver-2066346-1247704825 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2128894347 HOME/instance-2066346-1247704825.xml

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

MD5SUM BENCH= cabdf9a782c3979d3dd3fb1fe0f10ac8
RANDOM SEED=2128894347

node43.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	: 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.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:       1135672 kB
Buffers:         96784 kB
Cached:         687664 kB
SwapCached:          0 kB
Active:         168152 kB
Inactive:       650304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1135672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:          54428 kB
Slab:            86904 kB
Committed_AS:   571688 kB
PageTables:       1940 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= 66192 MiB
End job on node43 at 2009-07-16 02:45:36