Trace number 2080933

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) 395.948 397.344

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-25.xml
MD5SUMe7bb8b11e02434618ba102f9dd5d4d13
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 variables75
Number of constraints2825
Maximum constraint arity2
Maximum domain size75
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2825
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 1708746448
0.00/0.02	c Constructing HOME/instance-2080933-1247719097.xml 
0.08/0.11	c deduced all_different(V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19,V20,V21,V22,V23,V24,V25,V26,V27,V28,V29,V30,V31,V32,V33,V34,V35,V36,V37,V38,V39,V40,V41,V42,V43,V44,V45,V46,V47,V48,V49,V50,V51,V52,V53,V54,V55,V56,V57,V58,V59,V60,V61,V62,V63,V64,V65,V66,V67,V68,V69,V70,V71,V72,V73,V74,V0)
0.08/0.11	c  with 2826 constraints
0.08/0.11	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-2080933-1247719097/watcher-2080933-1247719097 -o /tmp/evaluation-result-2080933-1247719097/solver-2080933-1247719097 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1708746448 HOME/instance-2080933-1247719097.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.00 2.00 2.00 4/83 20865
/proc/meminfo: memFree=1472728/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=5356 CPUtime=0
/proc/20865/stat : 20865 (pcssolve) R 20863 20865 19656 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58600984 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 264519608991 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20865/statm: 1339 241 200 169 0 50 0
[pid=20866] ppid=20865 vsize=3676 CPUtime=0
/proc/20866/stat : 20866 (fgrep) R 20865 20865 19656 0 -1 4194304 144 0 0 0 0 0 0 0 22 0 1 0 58600984 3764224 111 996147200 4194304 4274172 548682068976 18446744073709551615 264519778386 0 0 4096 0 0 0 0 17 1 0 0
/proc/20866/statm: 919 111 85 19 0 43 0
[pid=20867] ppid=20865 vsize=5356 CPUtime=0
/proc/20867/stat : 20867 (pcssolve) R 20865 20865 19656 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58600984 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 264519608991 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20867/statm: 1339 241 200 169 0 50 0

[startup+0.031743 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20865
/proc/meminfo: memFree=1472728/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=4628 CPUtime=0.01
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 822 656 0 0 1 0 0 0 23 0 1 0 58600984 4739072 453 996147200 134512640 135215973 4294956304 18446744073709551615 7343656 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 1157 453 384 171 0 82 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4628

[startup+0.102751 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20865
/proc/meminfo: memFree=1472728/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=5076 CPUtime=0.08
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 928 656 0 0 8 0 0 0 23 0 1 0 58600984 5197824 559 996147200 134512640 135215973 4294956304 18446744073709551615 4159696916 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 1269 559 384 171 0 194 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5076

[startup+0.302779 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20865
/proc/meminfo: memFree=1472728/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=6220 CPUtime=0.27
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 1209 656 0 0 27 0 0 0 25 0 1 0 58600984 6369280 840 996147200 134512640 135215973 4294956304 18446744073709551615 134583387 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 1555 840 408 171 0 480 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6220

[startup+0.70283 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20865
/proc/meminfo: memFree=1472728/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=7000 CPUtime=0.67
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 1406 656 0 0 67 0 0 0 25 0 1 0 58600984 7168000 1037 996147200 134512640 135215973 4294956304 18446744073709551615 4158961306 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 1750 1037 408 171 0 675 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7000

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20870
/proc/meminfo: memFree=1469648/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=8316 CPUtime=1.46
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 1748 656 0 0 146 0 0 0 25 0 1 0 58600984 8515584 1379 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 2079 1379 408 171 0 1004 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8316

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20870
/proc/meminfo: memFree=1467280/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=12352 CPUtime=3.06
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 2772 656 0 0 305 1 0 0 25 0 1 0 58600984 12648448 2370 996147200 134512640 135215973 4294956304 18446744073709551615 134590047 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 3088 2370 408 171 0 2013 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12352

[startup+6.30156 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20870
/proc/meminfo: memFree=1460048/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=18604 CPUtime=6.23
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 4391 656 0 0 621 2 0 0 25 0 1 0 58600984 19050496 3891 996147200 134512640 135215973 4294956304 18446744073709551615 134524452 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 4651 3891 408 171 0 3576 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 18604

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20870
/proc/meminfo: memFree=1445840/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=32944 CPUtime=12.56
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 8064 656 0 0 1252 4 0 0 25 0 1 0 58600984 33734656 7435 996147200 134512640 135215973 4294956304 18446744073709551615 134590016 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 8236 7435 408 171 0 7161 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 32944

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20870
/proc/meminfo: memFree=1415760/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=63032 CPUtime=25.24
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 15791 656 0 0 2516 8 0 0 25 0 1 0 58600984 64544768 14840 996147200 134512640 135215973 4294956304 18446744073709551615 134739666 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 15758 14840 408 171 0 14683 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 63032

[startup+51.1014 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 20870
/proc/meminfo: memFree=1364048/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=115312 CPUtime=50.59
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 29290 656 0 0 5044 15 0 0 25 0 1 0 58600984 118079488 27826 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 28828 27826 408 171 0 27753 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 115312

[startup+102.308 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 20870
/proc/meminfo: memFree=1231760/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=247696 CPUtime=101.32
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 63094 656 0 0 10102 30 0 0 25 0 1 0 58600984 253640704 60476 996147200 134512640 135215973 4294956304 18446744073709551615 134583647 0 0 4096 0 0 0 0 17 1 0 0
/proc/20865/statm: 61924 60476 408 171 0 60849 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 247696

[startup+162.302 s]
/proc/loadavg: 2.12 2.04 2.01 3/85 21121
/proc/meminfo: memFree=1145544/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=373540 CPUtime=160.99
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 95509 656 0 0 16047 52 0 0 25 0 1 0 58600984 382504960 90585 996147200 134512640 135215973 4294956304 18446744073709551615 134742278 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 93385 90585 408 171 0 92310 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 373540

[startup+222.303 s]
/proc/loadavg: 2.04 2.03 2.00 3/85 21121
/proc/meminfo: memFree=981192/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=492440 CPUtime=220.96
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 126182 656 0 0 22025 71 0 0 25 0 1 0 58600984 504258560 121258 996147200 134512640 135215973 4294956304 18446744073709551615 134583707 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 123110 121258 408 171 0 122035 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 492440

[startup+282.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/85 21121
/proc/meminfo: memFree=841480/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=629344 CPUtime=280.94
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 161312 656 0 0 28003 91 0 0 25 0 1 0 58600984 644448256 156388 996147200 134512640 135215973 4294956304 18446744073709551615 134600171 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 157336 156388 408 171 0 156261 0
Current children cumulated CPU time (s) 280.94
Current children cumulated vsize (KiB) 629344

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 21205
/proc/meminfo: memFree=748112/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=784852 CPUtime=340.92
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 201078 656 0 0 33980 112 0 0 25 0 1 0 58600984 803688448 191544 996147200 134512640 135215973 4294956304 18446744073709551615 4158960481 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 196213 191544 408 171 0 195138 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 784852



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+397.201 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21247
/proc/meminfo: memFree=609240/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=921712 CPUtime=395.8
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4194304 236108 656 0 0 39452 128 0 0 25 0 1 0 58600984 943833088 226574 996147200 134512640 135215973 4294956304 18446744073709551615 134902586 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 230428 226574 408 171 0 229353 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 921712

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

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

[startup+397.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21247
/proc/meminfo: memFree=609240/2055920 swapFree=4192812/4192956
[pid=20865] ppid=20863 vsize=0 CPUtime=395.9
/proc/20865/stat : 20865 (pcs.big) R 20863 20865 19656 0 -1 4195332 236108 656 0 0 39452 138 0 0 25 0 1 0 58600984 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/20865/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 395.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 397.344
CPU time (s): 395.948
CPU user time (s): 394.522
CPU system time (s): 1.42578
CPU usage (%): 99.6487
Max. virtual memory (cumulated for all children) (KiB): 921712

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

runsolver used 0.448931 second user time and 1.35479 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-16 06:38:17
IDJOB=2080933
IDBENCH=57195
IDSOLVER=734
FILE ID=node40/2080933-1247719097
PBS_JOBID= 9521416
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-25.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080933-1247719097/watcher-2080933-1247719097 -o /tmp/evaluation-result-2080933-1247719097/solver-2080933-1247719097 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1708746448 HOME/instance-2080933-1247719097.xml

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

MD5SUM BENCH= e7bb8b11e02434618ba102f9dd5d4d13
RANDOM SEED=1708746448

node40.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:       1473208 kB
Buffers:         62160 kB
Cached:         354612 kB
SwapCached:          0 kB
Active:         116780 kB
Inactive:       376768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          97460 kB
Slab:            74012 kB
Committed_AS:   761144 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node40 at 2009-07-16 06:44:56