Trace number 2067238

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) 161.487 162.742

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-13-13.xml
MD5SUM125d4110755a169ecd96baa1784ca8f0
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 benchmark0.317951
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints208
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
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.17/0.21	c Seed is 566678956
0.17/0.21	c Constructing HOME/instance-2067238-1247705383.xml  with 1951 constraints
0.17/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-2067238-1247705383/watcher-2067238-1247705383 -o /tmp/evaluation-result-2067238-1247705383/solver-2067238-1247705383 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 566678956 HOME/instance-2067238-1247705383.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.32 2.27 2.11 4/82 14529
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=5356 CPUtime=0
/proc/14529/stat : 14529 (pcssolve) R 14527 14529 13333 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57605270 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14529/statm: 1339 241 200 169 0 50 0
[pid=14530] ppid=14529 vsize=3676 CPUtime=0
/proc/14530/stat : 14530 (fgrep) R 14529 14529 13333 0 -1 4194304 135 0 0 0 0 0 0 0 22 0 1 0 57605271 3764224 102 996147200 4194304 4274172 548682068976 18446744073709551615 4239696 0 0 4096 0 0 0 0 17 1 0 0
/proc/14530/statm: 919 102 83 19 0 43 0
[pid=14531] ppid=14529 vsize=5356 CPUtime=0
/proc/14531/stat : 14531 (pcssolve) R 14529 14529 13333 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57605271 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14531/statm: 1339 241 200 169 0 50 0

[startup+0.194803 s]
/proc/loadavg: 2.32 2.27 2.11 4/82 14529
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=6884 CPUtime=0.16
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 1516 823 0 0 16 0 0 0 18 0 1 0 57605270 7049216 967 996147200 134512640 135215973 4294956304 18446744073709551615 4158844876 0 0 4096 0 0 0 0 17 1 0 0
/proc/14529/statm: 1721 967 409 171 0 646 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 6884

[startup+0.202802 s]
/proc/loadavg: 2.32 2.27 2.11 4/82 14529
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=6884 CPUtime=0.17
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 1519 823 0 0 17 0 0 0 18 0 1 0 57605270 7049216 970 996147200 134512640 135215973 4294956304 18446744073709551615 134597296 0 0 4096 0 0 0 0 17 1 0 0
/proc/14529/statm: 1721 970 409 171 0 646 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6884

[startup+0.301819 s]
/proc/loadavg: 2.32 2.27 2.11 4/82 14529
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=7424 CPUtime=0.27
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 1619 823 0 0 27 0 0 0 19 0 1 0 57605270 7602176 1070 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/14529/statm: 1856 1070 409 171 0 781 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7424

[startup+0.701884 s]
/proc/loadavg: 2.32 2.27 2.11 4/82 14529
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=9500 CPUtime=0.67
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 2147 823 0 0 67 0 0 0 23 0 1 0 57605270 9728000 1598 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 2375 1598 409 171 0 1300 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9500

[startup+1.50303 s]
/proc/loadavg: 2.32 2.27 2.11 3/83 14535
/proc/meminfo: memFree=550144/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=14156 CPUtime=1.46
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 3308 823 0 0 145 1 0 0 25 0 1 0 57605270 14495744 2759 996147200 134512640 135215973 4294956304 18446744073709551615 134902073 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 3539 2759 409 171 0 2464 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 14156

[startup+3.1013 s]
/proc/loadavg: 2.32 2.27 2.11 3/83 14535
/proc/meminfo: memFree=543552/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=23612 CPUtime=3.05
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 5721 823 0 0 303 2 0 0 25 0 1 0 57605270 24178688 5106 996147200 134512640 135215973 4294956304 18446744073709551615 134686736 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 5903 5106 409 171 0 4828 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 23612

[startup+6.30186 s]
/proc/loadavg: 2.38 2.28 2.11 3/83 14535
/proc/meminfo: memFree=523328/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=42300 CPUtime=6.22
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 10470 823 0 0 617 5 0 0 25 0 1 0 57605270 43315200 9790 996147200 134512640 135215973 4294956304 18446744073709551615 134596285 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 10575 9790 409 171 0 9500 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 42300

[startup+12.702 s]
/proc/loadavg: 2.35 2.28 2.11 3/83 14535
/proc/meminfo: memFree=485824/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=77196 CPUtime=12.57
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 19368 823 0 0 1246 11 0 0 25 0 1 0 57605270 79048704 18494 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 19299 18494 409 171 0 18224 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 77196

[startup+25.5012 s]
/proc/loadavg: 2.27 2.26 2.11 3/83 14535
/proc/meminfo: memFree=410432/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=151784 CPUtime=25.24
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 38458 823 0 0 2504 20 0 0 25 0 1 0 57605270 155426816 36685 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 37946 36685 409 171 0 36871 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 151784

[startup+51.1016 s]
/proc/loadavg: 2.18 2.24 2.10 4/83 14535
/proc/meminfo: memFree=270976/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=293752 CPUtime=50.62
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 74815 823 0 0 5025 37 0 0 25 0 1 0 57605270 300802048 71760 996147200 134512640 135215973 4294956304 18446744073709551615 4158960244 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 73438 71760 409 171 0 72363 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 293752

[startup+102.302 s]
/proc/loadavg: 2.31 2.28 2.12 3/82 14538
/proc/meminfo: memFree=293560/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=585052 CPUtime=101.38
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 149436 823 0 0 10067 71 0 0 25 0 1 0 57605270 599093248 143819 996147200 134512640 135215973 4294956304 18446744073709551615 134532684 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 146263 143819 409 171 0 145188 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 585052

[startup+162.302 s]
/proc/loadavg: 2.11 2.22 2.11 3/73 14571
/proc/meminfo: memFree=15512/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=920024 CPUtime=161.04
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 234757 823 0 0 15994 110 0 0 25 0 1 0 57605270 942104576 229140 996147200 134512640 135215973 4294956304 18446744073709551615 134592266 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 230006 229140 409 171 0 228931 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 920024



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+162.602 s]
/proc/loadavg: 2.11 2.22 2.11 3/73 14571
/proc/meminfo: memFree=15000/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=921976 CPUtime=161.33
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4194304 235231 823 0 0 16023 110 0 0 25 0 1 0 57605270 944103424 229614 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 230494 229614 409 171 0 229419 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 921976

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

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

[startup+162.707 s]
/proc/loadavg: 2.11 2.22 2.11 3/73 14571
/proc/meminfo: memFree=15000/2055920 swapFree=4192812/4192956
[pid=14529] ppid=14527 vsize=0 CPUtime=161.43
/proc/14529/stat : 14529 (pcs.big) R 14527 14529 13333 0 -1 4195332 235231 823 0 0 16023 120 0 0 25 0 1 0 57605270 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/14529/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 162.742
CPU time (s): 161.487
CPU user time (s): 160.239
CPU system time (s): 1.24881
CPU usage (%): 99.2291
Max. virtual memory (cumulated for all children) (KiB): 921976

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

runsolver used 0.161975 second user time and 0.45593 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-16 02:49:43
IDJOB=2067238
IDBENCH=54623
IDSOLVER=734
FILE ID=node14/2067238-1247705383
PBS_JOBID= 9521281
Free space on /tmp= 66452 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-13-13.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067238-1247705383/watcher-2067238-1247705383 -o /tmp/evaluation-result-2067238-1247705383/solver-2067238-1247705383 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 566678956 HOME/instance-2067238-1247705383.xml

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

MD5SUM BENCH= 125d4110755a169ecd96baa1784ca8f0
RANDOM SEED=566678956

node14.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.265
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.265
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:        557608 kB
Buffers:         85724 kB
Cached:         559664 kB
SwapCached:          0 kB
Active:         946992 kB
Inactive:       466616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        557608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         788592 kB
Slab:            68416 kB
Committed_AS:  1334992 kB
PageTables:       3384 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= 66452 MiB
End job on node14 at 2009-07-16 02:52:28