Trace number 2066292

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.2? (MO) 226.899 229.051

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-40.xml
MD5SUM0dccbd4340a0e6d3f96704e54b0bf60a
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 variables2800
Number of constraints150
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has operations which may create big domains
0.00/0.01	c big-domain mode
0.18/0.21	c Seed is 1208668821
0.18/0.21	c Constructing HOME/instance-2066292-1247704695.xml  with 8400 constraints
0.18/0.21	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-2066292-1247704695/watcher-2066292-1247704695 -o /tmp/evaluation-result-2066292-1247704695/solver-2066292-1247704695 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1208668821 HOME/instance-2066292-1247704695.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.12 2.03 2.01 4/82 11880
/proc/meminfo: memFree=1154376/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=5356 CPUtime=0
/proc/11880/stat : 11880 (pcssolve) R 11878 11880 10283 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 57533642 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11880/statm: 1339 241 200 169 0 50 0
[pid=11881] ppid=11880 vsize=5356 CPUtime=0
/proc/11881/stat : 11881 (pcssolve) R 11880 11880 10283 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57533643 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11881/statm: 1339 241 200 169 0 50 0

[startup+0.104819 s]
/proc/loadavg: 2.12 2.03 2.01 4/82 11880
/proc/meminfo: memFree=1154376/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=6952 CPUtime=0.08
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 1511 826 0 0 8 0 0 0 18 0 1 0 57533642 7118848 991 996147200 134512640 135215973 4294956304 18446744073709551615 134583372 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 1738 991 385 171 0 663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6952

[startup+0.201834 s]
/proc/loadavg: 2.12 2.03 2.01 4/82 11880
/proc/meminfo: memFree=1154376/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=11768 CPUtime=0.18
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 2806 826 0 0 17 1 0 0 18 0 1 0 57533642 12050432 1972 996147200 134512640 135215973 4294956304 18446744073709551615 3966587 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 2942 1972 406 171 0 1867 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 11768

[startup+0.301843 s]
/proc/loadavg: 2.12 2.03 2.01 4/82 11880
/proc/meminfo: memFree=1154376/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=16568 CPUtime=0.28
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 3926 826 0 0 27 1 0 0 19 0 1 0 57533642 16965632 2778 996147200 134512640 135215973 4294956304 18446744073709551615 3966587 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 4142 2778 406 171 0 3067 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16568

[startup+0.701878 s]
/proc/loadavg: 2.12 2.03 2.01 4/82 11880
/proc/meminfo: memFree=1154376/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=15412 CPUtime=0.67
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 4536 826 0 0 66 1 0 0 23 0 1 0 57533642 15781888 2971 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 3853 2971 409 171 0 2778 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 15412

[startup+1.50195 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 11886
/proc/meminfo: memFree=1143744/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=16364 CPUtime=1.46
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 4766 826 0 0 145 1 0 0 25 0 1 0 57533642 16756736 3201 996147200 134512640 135215973 4294956304 18446744073709551615 135094636 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 4091 3201 409 171 0 3016 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 16364

[startup+3.1011 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 11886
/proc/meminfo: memFree=1141760/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=18760 CPUtime=3.04
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 5410 826 0 0 303 1 0 0 25 0 1 0 57533642 19210240 3845 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 4690 3845 409 171 0 3615 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 18760

[startup+6.3014 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 11886
/proc/meminfo: memFree=1133312/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=28520 CPUtime=6.23
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 7897 826 0 0 620 3 0 0 25 0 1 0 57533642 29204480 6299 996147200 134512640 135215973 4294956304 18446744073709551615 134532976 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 7130 6299 409 171 0 6055 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 28520

[startup+12.703 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 11886
/proc/meminfo: memFree=1115840/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=44760 CPUtime=12.56
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 12052 826 0 0 1251 5 0 0 25 0 1 0 57533642 45834240 10260 996147200 134512640 135215973 4294956304 18446744073709551615 4158960503 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 11190 10260 409 171 0 10115 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 44760

[startup+25.5012 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 11886
/proc/meminfo: memFree=1071872/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=88856 CPUtime=25.24
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 23284 826 0 0 2514 10 0 0 25 0 1 0 57533642 90988544 21106 996147200 134512640 135215973 4294956304 18446744073709551615 134617702 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 22214 21106 409 171 0 21139 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 88856

[startup+51.1016 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 11886
/proc/meminfo: memFree=972672/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=190120 CPUtime=50.6
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 49225 826 0 0 5038 22 0 0 25 0 1 0 57533642 194682880 46534 996147200 134512640 135215973 4294956304 18446744073709551615 134674754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 47530 46534 409 171 0 46455 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 190120

[startup+102.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 11886
/proc/meminfo: memFree=745024/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=416544 CPUtime=101.32
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 106268 826 0 0 10086 46 0 0 25 0 1 0 57533642 426541056 102454 996147200 134512640 135215973 4294956304 18446744073709551615 134588298 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 104136 102454 409 171 0 103061 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 416544

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 11886
/proc/meminfo: memFree=527680/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=637916 CPUtime=160.76
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 162589 826 0 0 16005 71 0 0 25 0 1 0 57533642 653225984 157237 996147200 134512640 135215973 4294956304 18446744073709551615 134600035 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 159479 157237 409 171 0 158404 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 637916

[startup+222.307 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 11886
/proc/meminfo: memFree=273856/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=893816 CPUtime=220.2
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 227491 826 0 0 21920 100 0 0 25 0 1 0 57533642 915267584 220090 996147200 134512640 135215973 4294956304 18446744073709551615 4158960249 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 223454 220090 409 171 0 222379 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 893816



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+228.906 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 11886
/proc/meminfo: memFree=244800/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=921744 CPUtime=226.74
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4194304 234638 826 0 0 22571 103 0 0 25 0 1 0 57533642 943865856 227237 996147200 134512640 135215973 4294956304 18446744073709551615 134677950 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 230436 227237 409 171 0 229361 0
Current children cumulated CPU time (s) 226.74
Current children cumulated vsize (KiB) 921744

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

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

[startup+229.007 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 11886
/proc/meminfo: memFree=244800/2055920 swapFree=4192812/4192956
[pid=11880] ppid=11878 vsize=0 CPUtime=226.83
/proc/11880/stat : 11880 (pcs.big) R 11878 11880 10283 0 -1 4195332 234638 826 0 0 22571 112 0 0 25 0 1 0 57533642 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11880/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 226.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 229.051
CPU time (s): 226.899
CPU user time (s): 225.721
CPU system time (s): 1.17882
CPU usage (%): 99.0608
Max. virtual memory (cumulated for all children) (KiB): 921744

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

runsolver used 0.350946 second user time and 0.703892 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-16 02:38:15
IDJOB=2066292
IDBENCH=54503
IDSOLVER=734
FILE ID=node48/2066292-1247704695
PBS_JOBID= 9521217
Free space on /tmp= 66372 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-40.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066292-1247704695/watcher-2066292-1247704695 -o /tmp/evaluation-result-2066292-1247704695/solver-2066292-1247704695 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1208668821 HOME/instance-2066292-1247704695.xml

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

MD5SUM BENCH= 0dccbd4340a0e6d3f96704e54b0bf60a
RANDOM SEED=1208668821

node48.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.237
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.237
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:       1154856 kB
Buffers:         82592 kB
Cached:         672752 kB
SwapCached:          0 kB
Active:         234800 kB
Inactive:       582144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          81964 kB
Slab:            69248 kB
Committed_AS:   640556 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= 66372 MiB
End job on node48 at 2009-07-16 02:42:06