Trace number 2068315

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) 354.896 358.247

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-2.xml
MD5SUMa9a0384cbf80958898b43d5ce1b7b3e3
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 benchmark2.89056
Satisfiable
(Un)Satisfiability was proved
Number of variables648
Number of constraints1952
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1952
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.00/0.02	c Seed is 1760108958
0.00/0.02	c Constructing HOME/instance-2068315-1247706418.xml  with 7086 constraints
0.07/0.16	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-2068315-1247706418/watcher-2068315-1247706418 -o /tmp/evaluation-result-2068315-1247706418/solver-2068315-1247706418 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1760108958 HOME/instance-2068315-1247706418.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.98 1.77 4/82 13024
/proc/meminfo: memFree=953104/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=5356 CPUtime=0
/proc/13024/stat : 13024 (pcssolve) R 13022 13024 12048 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57708449 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13024/statm: 1339 241 200 169 0 50 0
[pid=13025] ppid=13024 vsize=0 CPUtime=0
/proc/13025/stat : 13025 (pcssolve) R 13024 13024 12048 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 57708450 0 0 996147200 0 0 0 18446744073709551615 255236566311 0 0 4096 0 0 0 0 17 1 0 0
/proc/13025/statm: 0 0 0 0 0 0 0
[pid=13026] ppid=13024 vsize=5356 CPUtime=0
/proc/13026/stat : 13026 (pcssolve) R 13024 13024 12048 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57708450 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13026/statm: 1339 241 200 169 0 50 0

[startup+0.061988 s]
/proc/loadavg: 1.92 1.98 1.77 4/82 13024
/proc/meminfo: memFree=953104/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=5100 CPUtime=0.04
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 974 826 0 0 4 0 0 0 24 0 1 0 57708449 5222400 583 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 1275 583 385 171 0 200 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5100

[startup+0.101991 s]
/proc/loadavg: 1.92 1.98 1.77 4/82 13024
/proc/meminfo: memFree=953104/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=5732 CPUtime=0.07
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 1102 826 0 0 7 0 0 0 24 0 1 0 57708449 5869568 711 996147200 134512640 135215973 4294956304 18446744073709551615 134761742 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 1433 711 385 171 0 358 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5732

[startup+0.30202 s]
/proc/loadavg: 1.92 1.98 1.77 4/82 13024
/proc/meminfo: memFree=953104/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=8780 CPUtime=0.27
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 2214 826 0 0 27 0 0 0 25 0 1 0 57708449 8990720 1466 996147200 134512640 135215973 4294956304 18446744073709551615 134604604 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 2195 1466 410 171 0 1120 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8780

[startup+0.701061 s]
/proc/loadavg: 1.92 1.98 1.77 4/82 13024
/proc/meminfo: memFree=953104/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=9928 CPUtime=0.67
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 2513 826 0 0 67 0 0 0 25 0 1 0 57708449 10166272 1765 996147200 134512640 135215973 4294956304 18446744073709551615 134585632 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 2482 1765 410 171 0 1407 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9928

[startup+1.50114 s]
/proc/loadavg: 1.92 1.98 1.77 3/83 13030
/proc/meminfo: memFree=946824/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=12288 CPUtime=1.46
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 3098 826 0 0 146 0 0 0 25 0 1 0 57708449 12582912 2350 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 3072 2350 410 171 0 1997 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 12288

[startup+3.10132 s]
/proc/loadavg: 1.92 1.98 1.77 3/83 13030
/proc/meminfo: memFree=943368/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=17004 CPUtime=3.04
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 4281 826 0 0 303 1 0 0 25 0 1 0 57708449 17412096 3533 996147200 134512640 135215973 4294956304 18446744073709551615 134600057 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 4251 3533 410 171 0 3176 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 17004

[startup+6.30266 s]
/proc/loadavg: 1.93 1.98 1.77 3/83 13030
/proc/meminfo: memFree=933256/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=27884 CPUtime=6.23
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 7076 826 0 0 620 3 0 0 25 0 1 0 57708449 28553216 6021 996147200 134512640 135215973 4294956304 18446744073709551615 4158844876 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 6971 6021 410 171 0 5896 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 27884

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.77 3/83 13030
/proc/meminfo: memFree=915720/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=44528 CPUtime=12.56
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 11260 826 0 0 1251 5 0 0 25 0 1 0 57708449 45596672 10205 996147200 134512640 135215973 4294956304 18446744073709551615 134583516 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 11132 10205 410 171 0 10057 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 44528

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.77 3/83 13030
/proc/meminfo: memFree=879048/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=80188 CPUtime=25.24
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 20304 826 0 0 2514 10 0 0 25 0 1 0 57708449 82112512 19055 996147200 134512640 135215973 4294956304 18446744073709551615 135095360 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 20047 19055 410 171 0 18972 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 80188

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.78 4/83 13030
/proc/meminfo: memFree=809736/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=150636 CPUtime=50.6
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 38086 826 0 0 5043 17 0 0 25 0 1 0 57708449 154251264 36451 996147200 134512640 135215973 4294956304 18446744073709551615 134585706 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 37659 36451 410 171 0 36584 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 150636

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.79 3/83 13030
/proc/meminfo: memFree=671048/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=287784 CPUtime=101.33
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 72541 826 0 0 10101 32 0 0 25 0 1 0 57708449 294690816 70649 996147200 134512640 135215973 4294956304 18446744073709551615 134591911 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 71946 70649 410 171 0 70871 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 287784

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.80 3/83 13030
/proc/meminfo: memFree=536968/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=424032 CPUtime=160.77
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 107034 826 0 0 16030 47 0 0 25 0 1 0 57708449 434208768 104629 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 106008 104629 410 171 0 104933 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 424032

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.81 3/83 13030
/proc/meminfo: memFree=379016/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=581640 CPUtime=220.2
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 147104 826 0 0 21954 66 0 0 25 0 1 0 57708449 595599360 143674 996147200 134512640 135215973 4294956304 18446744073709551615 134585101 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 145410 143674 410 171 0 144335 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 581640

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.82 3/83 13030
/proc/meminfo: memFree=217992/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=743320 CPUtime=279.65
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 188117 826 0 0 27878 87 0 0 25 0 1 0 57708449 761159680 184174 996147200 134512640 135215973 4294956304 18446744073709551615 134585623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 185830 184174 410 171 0 184755 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 743320

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.83 3/83 13030
/proc/meminfo: memFree=73736/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=885768 CPUtime=339.08
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 223836 826 0 0 33802 106 0 0 25 0 1 0 57708449 907026432 219893 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 221442 219893 410 171 0 220367 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 885768



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+358.101 s]
/proc/loadavg: 1.99 1.98 1.83 3/83 13030
/proc/meminfo: memFree=36936/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=921608 CPUtime=354.73
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4194304 232825 826 0 0 35363 110 0 0 25 0 1 0 57708449 943726592 228882 996147200 134512640 135215973 4294956304 18446744073709551615 7919227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 230402 228882 410 171 0 229327 0
Current children cumulated CPU time (s) 354.73
Current children cumulated vsize (KiB) 921608

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

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

[startup+358.207 s]
/proc/loadavg: 1.99 1.98 1.83 3/83 13030
/proc/meminfo: memFree=36936/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=0 CPUtime=354.83
/proc/13024/stat : 13024 (pcs.big) R 13022 13024 12048 0 -1 4195332 232825 826 0 0 35363 120 0 0 25 0 1 0 57708449 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 354.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 358.247
CPU time (s): 354.896
CPU user time (s): 353.641
CPU system time (s): 1.25481
CPU usage (%): 99.0646
Max. virtual memory (cumulated for all children) (KiB): 921608

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

runsolver used 0.574912 second user time and 1.05184 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-16 03:06:58
IDJOB=2068315
IDBENCH=54850
IDSOLVER=733
FILE ID=node19/2068315-1247706418
PBS_JOBID= 9521270
Free space on /tmp= 66392 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s4-4-3-2.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068315-1247706418/watcher-2068315-1247706418 -o /tmp/evaluation-result-2068315-1247706418/solver-2068315-1247706418 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1760108958 HOME/instance-2068315-1247706418.xml

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

MD5SUM BENCH= a9a0384cbf80958898b43d5ce1b7b3e3
RANDOM SEED=1760108958

node19.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.211
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.211
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:        953584 kB
Buffers:         62712 kB
Cached:         858348 kB
SwapCached:          0 kB
Active:         145528 kB
Inactive:       883368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        953584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         128248 kB
Slab:            58324 kB
Committed_AS:   713068 kB
PageTables:       2120 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= 66392 MiB
End job on node19 at 2009-07-16 03:12:58