Trace number 2080932

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) 415.439 416.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 570366709
0.00/0.02	c Constructing HOME/instance-2080932-1247719096.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-2080932-1247719096/watcher-2080932-1247719096 -o /tmp/evaluation-result-2080932-1247719096/solver-2080932-1247719096 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 570366709 HOME/instance-2080932-1247719096.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/72 13730
/proc/meminfo: memFree=1022048/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=5356 CPUtime=0
/proc/13730/stat : 13730 (pcssolve) R 13728 13730 12541 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58976430 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13730/statm: 1339 241 200 169 0 50 0
[pid=13731] ppid=13730 vsize=3676 CPUtime=0
/proc/13731/stat : 13731 (fgrep) R 13730 13730 12541 0 -1 4194304 140 0 0 0 0 0 0 0 22 0 1 0 58976431 3764224 107 996147200 4194304 4274172 548682068976 18446744073709551615 231962542162 0 0 4096 0 0 0 0 17 1 0 0
/proc/13731/statm: 919 107 85 19 0 43 0
[pid=13732] ppid=13730 vsize=5356 CPUtime=0
/proc/13732/stat : 13732 (pcssolve) R 13730 13730 12541 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58976431 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13732/statm: 1339 241 200 169 0 50 0

[startup+0.0555989 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13730
/proc/meminfo: memFree=1022048/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=4812 CPUtime=0.03
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 865 656 0 0 3 0 0 0 23 0 1 0 58976430 4927488 496 996147200 134512640 135215973 4294956304 18446744073709551615 134763506 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 1203 496 384 171 0 128 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4812

[startup+0.101584 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13730
/proc/meminfo: memFree=1022048/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=5076 CPUtime=0.08
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 928 656 0 0 8 0 0 0 23 0 1 0 58976430 5197824 559 996147200 134512640 135215973 4294956304 18446744073709551615 134761742 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 1269 559 384 171 0 194 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5076

[startup+0.30153 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13730
/proc/meminfo: memFree=1022048/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=6220 CPUtime=0.28
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 1217 656 0 0 28 0 0 0 25 0 1 0 58976430 6369280 848 996147200 134512640 135215973 4294956304 18446744073709551615 134902057 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 1555 848 408 171 0 480 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6220

[startup+0.701414 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13730
/proc/meminfo: memFree=1022048/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=6880 CPUtime=0.67
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 1394 656 0 0 67 0 0 0 25 0 1 0 58976430 7045120 1025 996147200 134512640 135215973 4294956304 18446744073709551615 134583361 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 1720 1025 408 171 0 645 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6880

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=1018904/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=8044 CPUtime=1.47
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 1683 656 0 0 147 0 0 0 25 0 1 0 58976430 8237056 1314 996147200 134512640 135215973 4294956304 18446744073709551615 134586323 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 2011 1314 408 171 0 936 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8044

[startup+3.10173 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=1016536/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=11696 CPUtime=3.06
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 2602 656 0 0 305 1 0 0 25 0 1 0 58976430 11976704 2200 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 2924 2200 408 171 0 1849 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11696

[startup+6.3018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=1008024/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=18712 CPUtime=6.25
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 4404 656 0 0 623 2 0 0 25 0 1 0 58976430 19161088 3904 996147200 134512640 135215973 4294956304 18446744073709551615 134641171 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 4678 3904 408 171 0 3603 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 18712

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=992280/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=33040 CPUtime=12.63
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 8096 656 0 0 1258 5 0 0 25 0 1 0 58976430 33832960 7467 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 8260 7467 408 171 0 7185 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 33040

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=959576/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=61720 CPUtime=25.36
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 15478 656 0 0 2528 8 0 0 25 0 1 0 58976430 63201280 14527 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 15430 14527 408 171 0 14355 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 61720

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=905880/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=109944 CPUtime=50.85
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 27977 656 0 0 5068 17 0 0 25 0 1 0 58976430 112582656 26513 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 27486 26513 408 171 0 26411 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 109944

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=766168/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=236788 CPUtime=101.82
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 60402 656 0 0 10150 32 0 0 25 0 1 0 58976430 242470912 57784 996147200 134512640 135215973 4294956304 18446744073709551615 134907925 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 59197 57784 408 171 0 58122 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 236788

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13735
/proc/meminfo: memFree=642136/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=351404 CPUtime=161.56
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 90004 656 0 0 16106 50 0 0 25 0 1 0 58976430 359837696 85080 996147200 134512640 135215973 4294956304 18446744073709551615 7639014 0 0 4096 0 0 0 0 17 1 0 0
/proc/13730/statm: 87851 85080 408 171 0 86776 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 351404

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13777
/proc/meminfo: memFree=1039688/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=457880 CPUtime=221.37
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 117571 656 0 0 22067 70 0 0 25 0 1 0 58976430 468869120 112647 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 114470 112647 408 171 0 113395 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 457880

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13777
/proc/meminfo: memFree=909000/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=585836 CPUtime=281.38
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 150529 656 0 0 28049 89 0 0 25 0 1 0 58976430 599896064 145605 996147200 134512640 135215973 4294956304 18446744073709551615 134592374 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 146459 145605 408 171 0 145384 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 585836

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 13777
/proc/meminfo: memFree=767944/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=740332 CPUtime=341.38
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 190067 656 0 0 34030 108 0 0 25 0 1 0 58976430 758099968 180533 996147200 134512640 135215973 4294956304 18446744073709551615 7646849 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 185083 180533 408 171 0 184008 0
Current children cumulated CPU time (s) 341.38
Current children cumulated vsize (KiB) 740332

[startup+402.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 13777
/proc/meminfo: memFree=617672/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=888424 CPUtime=401.37
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 227935 656 0 0 40010 127 0 0 25 0 1 0 58976430 909746176 218401 996147200 134512640 135215973 4294956304 18446744073709551615 134649114 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 222106 218401 408 171 0 221031 0
Current children cumulated CPU time (s) 401.37
Current children cumulated vsize (KiB) 888424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+416.202 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 13777
/proc/meminfo: memFree=581128/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=921760 CPUtime=415.29
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4194304 236462 656 0 0 41398 131 0 0 25 0 1 0 58976430 943882240 226928 996147200 134512640 135215973 4294956304 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 230440 226928 408 171 0 229365 0
Current children cumulated CPU time (s) 415.29
Current children cumulated vsize (KiB) 921760

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

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

[startup+416.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 13777
/proc/meminfo: memFree=581128/2055920 swapFree=4192812/4192956
[pid=13730] ppid=13728 vsize=0 CPUtime=415.39
/proc/13730/stat : 13730 (pcs.big) R 13728 13730 12541 0 -1 4195332 236462 656 0 0 41398 141 0 0 25 0 1 0 58976430 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/13730/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 415.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 416.344
CPU time (s): 415.439
CPU user time (s): 413.984
CPU system time (s): 1.45478
CPU usage (%): 99.7825
Max. virtual memory (cumulated for all children) (KiB): 921760

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

runsolver used 0.470928 second user time and 1.24281 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-16 06:38:16
IDJOB=2080932
IDBENCH=57195
IDSOLVER=733
FILE ID=node16/2080932-1247719096
PBS_JOBID= 9521454
Free space on /tmp= 66412 MiB

SOLVER NAME= pcs 0.2
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-2080932-1247719096/watcher-2080932-1247719096 -o /tmp/evaluation-result-2080932-1247719096/solver-2080932-1247719096 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 570366709 HOME/instance-2080932-1247719096.xml

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

MD5SUM BENCH= e7bb8b11e02434618ba102f9dd5d4d13
RANDOM SEED=570366709

node16.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:       1022528 kB
Buffers:         69020 kB
Cached:         389640 kB
SwapCached:          0 kB
Active:         545368 kB
Inactive:       418004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1022528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:         516244 kB
Slab:            54292 kB
Committed_AS:  1004844 kB
PageTables:       2876 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= 66412 MiB
End job on node16 at 2009-07-16 06:45:14