Trace number 1056120

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
casper zaoSignal 44.8922 45.5089

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-800.xml
MD5SUMa5cb3ae7953c75d065027fcec4cf35e2
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints319600
Maximum constraint arity2
Maximum domain size800
Number of constraints which are defined in extension0
Number of constraints which are defined in intension319600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.13	c Parsing = 1
11.76/11.93	c Building = 1
39.62/40.08	c [ NumberOfVariables = 800 ]
39.62/40.08	c [ NumberOfConstraints = 319600 ]
39.62/40.08	c [ SizeOfSearchSpace(log2) = 7715.08 ]
39.62/40.08	c SymmetrySearch = (OutOfMemory)
41.01/41.47	c [ Proceeding without symmetry breaking ]
41.51/41.93	c InitialPropagation = terminate called after throwing an instance of 'std::bad_alloc'
41.90/42.39	  what():  std::bad_alloc

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056120-1215061632/watcher-1056120-1215061632 -o /tmp/evaluation-result-1056120-1215061632/solver-1056120-1215061632 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1056120-1215061632.xml 1830328680 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21448
/proc/meminfo: memFree=1608280/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=18572 CPUtime=0
/proc/21448/stat : 21448 (runsolver) R 21446 21448 17535 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985133227 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21448/statm: 4643 292 257 25 0 2626 0

[startup+0.137673 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21448
/proc/meminfo: memFree=1608280/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=8276 CPUtime=0.11
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 1184 0 0 0 11 0 0 0 19 0 1 0 1985133227 8474624 1144 996147200 134512640 135477443 4294956224 18446744073709551615 134791320 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 2069 1144 370 235 0 770 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8276

[startup+0.202544 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21448
/proc/meminfo: memFree=1608280/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=9068 CPUtime=0.18
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 1392 0 0 0 18 0 0 0 19 0 1 0 1985133227 9285632 1352 996147200 134512640 135477443 4294956224 18446744073709551615 134787279 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 2267 1352 370 235 0 968 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9068

[startup+0.302552 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21448
/proc/meminfo: memFree=1608280/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=10388 CPUtime=0.28
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 1702 0 0 0 27 1 0 0 19 0 1 0 1985133227 10637312 1662 996147200 134512640 135477443 4294956224 18446744073709551615 6118952 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 2597 1662 370 235 0 1298 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10388

[startup+0.702586 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21448
/proc/meminfo: memFree=1608280/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=15008 CPUtime=0.66
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 2849 0 0 0 64 2 0 0 23 0 1 0 1985133227 15368192 2809 996147200 134512640 135477443 4294956224 18446744073709551615 4158759548 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 3752 2809 370 235 0 2453 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 15008

[startup+1.50165 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1592592/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=24116 CPUtime=1.45
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 5151 0 0 0 141 4 0 0 25 0 1 0 1985133227 24694784 5111 996147200 134512640 135477443 4294956224 18446744073709551615 134812295 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 6029 5111 370 235 0 4730 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 24116

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1580944/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=41936 CPUtime=3.04
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 9611 0 0 0 296 8 0 0 25 0 1 0 1985133227 42942464 9571 996147200 134512640 135477443 4294956224 18446744073709551615 4158884493 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 10484 9571 370 235 0 9185 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 41936

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1545616/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=76784 CPUtime=6.21
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 18304 0 0 0 608 13 0 0 25 0 1 0 1985133227 78626816 18264 996147200 134512640 135477443 4294956224 18446744073709551615 4158884508 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 19196 18264 370 235 0 17897 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 76784

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1479184/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=415344 CPUtime=12.56
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 43812 0 0 0 1227 29 0 0 25 0 1 0 1985133227 425312256 32851 996147200 134512640 135477443 4294956224 18446744073709551615 135270897 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 103836 32851 455 235 0 102537 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 415344

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1284048/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=399684 CPUtime=25.24
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 284405 0 0 0 2298 226 0 0 25 0 1 0 1985133227 409276416 82433 996147200 134512640 135477443 4294956224 18446744073709551615 6007401 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 99921 82433 455 235 0 98622 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 399684

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

[startup+25.6026 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1284048/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=400196 CPUtime=25.35
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 286796 0 0 0 2302 233 0 0 25 0 1 0 1985133227 409800704 82895 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 100049 82895 455 235 0 98750 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 400196

[startup+38.4017 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=1060880/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=653112 CPUtime=38.04
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 592119 0 0 0 2763 1041 0 0 25 0 1 0 1985133227 668786688 141842 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 163278 141842 455 235 0 161979 0
Current children cumulated CPU time (s) 38.04
Current children cumulated vsize (KiB) 653112

[startup+41.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=953552/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=875816 CPUtime=41.22
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4194304 669309 0 0 0 2962 1160 0 0 25 0 1 0 1985133227 896835584 186536 996147200 134512640 135477443 4294956224 18446744073709551615 6118908 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 218954 186536 503 235 0 217655 0
Current children cumulated CPU time (s) 41.22
Current children cumulated vsize (KiB) 875816

[startup+43.2021 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=779920/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=761508 CPUtime=42.77
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4195840 669920 0 0 0 3039 1238 0 0 25 0 1 0 1985133227 779784192 174958 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 190377 174958 516 235 0 189078 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (KiB) 761508

[startup+44.8013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=509200/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=761508 CPUtime=44.19
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4195840 669955 0 0 0 3039 1380 0 0 25 0 1 0 1985133227 779784192 174958 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 190377 174958 516 235 0 189078 0
Current children cumulated CPU time (s) 44.19
Current children cumulated vsize (KiB) 761508

[startup+45.2063 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=250704/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=761508 CPUtime=44.58
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4195840 669956 0 0 0 3039 1419 0 0 25 0 1 0 1985133227 779784192 174958 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 190377 174958 516 235 0 189078 0
Current children cumulated CPU time (s) 44.58
Current children cumulated vsize (KiB) 761508

[startup+45.4014 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=250704/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=0 CPUtime=44.78
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4195844 670537 0 0 0 3039 1439 0 0 25 0 1 0 1985133227 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 0

[startup+45.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21449
/proc/meminfo: memFree=250704/2055920 swapFree=4180772/4192956
[pid=21448] ppid=21446 vsize=0 CPUtime=44.88
/proc/21448/stat : 21448 (casperzao) R 21446 21448 17535 0 -1 4195844 670537 0 0 0 3039 1449 0 0 25 0 1 0 1985133227 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21448/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.88
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 45.5089
CPU time (s): 44.8922
CPU user time (s): 30.3914
CPU system time (s): 14.5008
CPU usage (%): 98.6449
Max. virtual memory (cumulated for all children) (KiB): 875816

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

runsolver used 0.053991 second user time and 0.122981 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-03 07:07:14
IDJOB=1056120
IDBENCH=57399
IDSOLVER=361
FILE ID=node65/1056120-1215061632
PBS_JOBID= 7875046
Free space on /tmp= 66504 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-800.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056120-1215061632/watcher-1056120-1215061632 -o /tmp/evaluation-result-1056120-1215061632/solver-1056120-1215061632 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056120-1215061632.xml 1830328680 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5cb3ae7953c75d065027fcec4cf35e2
RANDOM SEED=1830328680

node65.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.231
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.231
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:       1608760 kB
Buffers:         51036 kB
Cached:         250388 kB
SwapCached:       6072 kB
Active:         283212 kB
Inactive:        94300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608760 kB
SwapTotal:     4192956 kB
SwapFree:      4180772 kB
Dirty:           45552 kB
Writeback:           0 kB
Mapped:          89616 kB
Slab:            54736 kB
Committed_AS:  4635780 kB
PageTables:       1992 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= 65820 MiB
End job on node65 at 2008-07-03 07:08:00