Trace number 2067369

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) 370.925 372.85

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-45-43.xml
MD5SUMea690cb6b373d731e61ee38afb0b4e4b
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 benchmark70.3983
Satisfiable
(Un)Satisfiability was proved
Number of variables2903
Number of constraints2066
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2066
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 934769221
0.00/0.02	c Constructing HOME/instance-2067369-1247705439.xml  with 51300 constraints
0.67/0.71	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-2067369-1247705439/watcher-2067369-1247705439 -o /tmp/evaluation-result-2067369-1247705439/solver-2067369-1247705439 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 934769221 HOME/instance-2067369-1247705439.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.21 2.11 2.03 4/82 11041
/proc/meminfo: memFree=1161872/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=5356 CPUtime=0
/proc/11041/stat : 11041 (pcssolve) R 11039 11041 10252 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 57609115 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228043682376 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11041/statm: 1339 241 200 169 0 50 0
[pid=11042] ppid=11041 vsize=5356 CPUtime=0
/proc/11042/stat : 11042 (pcssolve) R 11041 11041 10252 0 -1 4194368 22 0 0 0 0 0 0 0 21 0 1 0 57609116 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 228043844903 0 0 4096 0 0 0 0 17 0 0 0
/proc/11042/statm: 1339 243 202 169 0 50 0

[startup+0.0390671 s]
/proc/loadavg: 2.21 2.11 2.03 4/82 11041
/proc/meminfo: memFree=1161872/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=4768 CPUtime=0.01
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 871 826 0 0 1 0 0 0 24 0 1 0 57609115 4882432 480 996147200 134512640 135215973 4294956304 18446744073709551615 134892256 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 1192 480 361 171 0 117 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4768

[startup+0.101083 s]
/proc/loadavg: 2.21 2.11 2.03 4/82 11041
/proc/meminfo: memFree=1161872/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=6700 CPUtime=0.07
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 1400 826 0 0 7 0 0 0 24 0 1 0 57609115 6860800 911 996147200 134512640 135215973 4294956304 18446744073709551615 134906956 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 1675 911 385 171 0 600 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6700

[startup+0.301126 s]
/proc/loadavg: 2.21 2.11 2.03 4/82 11041
/proc/meminfo: memFree=1161872/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=11768 CPUtime=0.28
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 3065 826 0 0 27 1 0 0 25 0 1 0 57609115 12050432 1993 996147200 134512640 135215973 4294956304 18446744073709551615 4159151668 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 2942 1993 385 171 0 1867 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11768

[startup+0.701203 s]
/proc/loadavg: 2.21 2.11 2.03 4/82 11041
/proc/meminfo: memFree=1161872/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=22700 CPUtime=0.67
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 6722 826 0 0 65 2 0 0 25 0 1 0 57609115 23244800 4260 996147200 134512640 135215973 4294956304 18446744073709551615 134761745 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 5675 4260 385 171 0 4600 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 22700

[startup+1.50236 s]
/proc/loadavg: 2.21 2.11 2.03 3/83 11047
/proc/meminfo: memFree=1133192/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=49996 CPUtime=1.47
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 16624 826 0 0 141 6 0 0 25 0 1 0 57609115 51195904 10356 996147200 134512640 135215973 4294956304 18446744073709551615 134591092 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 12499 10356 406 171 0 11424 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 49996

[startup+3.10168 s]
/proc/loadavg: 2.21 2.11 2.03 3/83 11047
/proc/meminfo: memFree=1106568/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=70836 CPUtime=3.07
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 24712 826 0 0 297 10 0 0 25 0 1 0 57609115 72536064 14299 996147200 134512640 135215973 4294956304 18446744073709551615 134982956 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 17709 14299 409 171 0 16634 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 70836

[startup+6.30132 s]
/proc/loadavg: 2.28 2.12 2.04 3/83 11047
/proc/meminfo: memFree=1096328/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=70968 CPUtime=6.25
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 28237 826 0 0 614 11 0 0 25 0 1 0 57609115 72671232 16600 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 17742 16600 409 171 0 16667 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 70968

[startup+12.7016 s]
/proc/loadavg: 2.25 2.12 2.04 3/83 11047
/proc/meminfo: memFree=1077896/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=112640 CPUtime=12.62
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 42495 826 0 0 1245 17 0 0 25 0 1 0 57609115 115343360 21192 996147200 134512640 135215973 4294956304 18446744073709551615 134902808 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 28160 21192 409 171 0 27085 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 112640

[startup+25.5011 s]
/proc/loadavg: 2.20 2.11 2.04 3/83 11047
/proc/meminfo: memFree=1074888/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=115764 CPUtime=25.37
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 79558 826 0 0 2507 30 0 0 25 0 1 0 57609115 118542336 21961 996147200 134512640 135215973 4294956304 18446744073709551615 134583442 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 28941 21961 409 171 0 27866 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 115764

[startup+51.1012 s]
/proc/loadavg: 2.13 2.10 2.04 3/83 11047
/proc/meminfo: memFree=1071368/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=118712 CPUtime=50.87
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 112621 826 0 0 5045 42 0 0 25 0 1 0 57609115 121561088 22843 996147200 134512640 135215973 4294956304 18446744073709551615 134585680 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 29678 22843 409 171 0 28603 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 118712

[startup+102.306 s]
/proc/loadavg: 2.05 2.08 2.03 3/83 11049
/proc/meminfo: memFree=1050568/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=139452 CPUtime=101.86
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 187367 826 0 0 10114 72 0 0 25 0 1 0 57609115 142798848 28025 996147200 134512640 135215973 4294956304 18446744073709551615 135097500 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 34863 28025 409 171 0 33788 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 139452

[startup+162.301 s]
/proc/loadavg: 2.24 2.13 2.05 3/84 11091
/proc/meminfo: memFree=209664/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=275976 CPUtime=161.29
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 910747 826 0 0 15828 301 0 0 25 0 1 0 57609115 282599424 61414 996147200 134512640 135215973 4294956304 18446744073709551615 135094344 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 68994 61414 409 171 0 67919 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 275976

[startup+222.302 s]
/proc/loadavg: 2.21 2.14 2.06 3/74 11125
/proc/meminfo: memFree=709712/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=427016 CPUtime=220.97
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 1914321 826 0 0 21493 604 0 0 25 0 1 0 57609115 437264384 99609 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 106754 99609 409 171 0 105679 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 427016

[startup+282.302 s]
/proc/loadavg: 2.08 2.12 2.05 3/74 11125
/proc/meminfo: memFree=501392/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=604808 CPUtime=280.73
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 3198918 826 0 0 27102 971 0 0 25 0 1 0 57609115 619323392 144238 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 151202 144238 409 171 0 150127 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 604808

[startup+342.302 s]
/proc/loadavg: 2.03 2.09 2.04 3/74 11125
/proc/meminfo: memFree=251088/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=824084 CPUtime=340.49
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 4277132 826 0 0 32755 1294 0 0 25 0 1 0 57609115 843862016 197260 996147200 134512640 135215973 4294956304 18446744073709551615 134599844 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 206021 197260 409 171 0 204946 0
Current children cumulated CPU time (s) 340.49
Current children cumulated vsize (KiB) 824084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+372.702 s]
/proc/loadavg: 2.02 2.08 2.04 3/74 11125
/proc/meminfo: memFree=112016/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=921636 CPUtime=370.76
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4194304 4907284 826 0 0 35595 1481 0 0 25 0 1 0 57609115 943755264 222399 996147200 134512640 135215973 4294956304 18446744073709551615 134640995 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 230409 222399 409 171 0 229334 0
Current children cumulated CPU time (s) 370.76
Current children cumulated vsize (KiB) 921636

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

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

[startup+372.808 s]
/proc/loadavg: 2.02 2.08 2.04 3/75 11126
/proc/meminfo: memFree=765384/2055920 swapFree=4192812/4192956
[pid=11041] ppid=11039 vsize=0 CPUtime=370.86
/proc/11041/stat : 11041 (pcs.big) R 11039 11041 10252 0 -1 4195332 4907284 826 0 0 35595 1491 0 0 25 0 1 0 57609115 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/11041/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 370.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 372.85
CPU time (s): 370.925
CPU user time (s): 355.964
CPU system time (s): 14.9607
CPU usage (%): 99.4836
Max. virtual memory (cumulated for all children) (KiB): 921636

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

runsolver used 0.32395 second user time and 1.07284 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-16 02:50:39
IDJOB=2067369
IDBENCH=54651
IDSOLVER=733
FILE ID=node77/2067369-1247705439
PBS_JOBID= 9521163
Free space on /tmp= 66164 MiB

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

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

MD5SUM BENCH= ea690cb6b373d731e61ee38afb0b4e4b
RANDOM SEED=934769221

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1162288 kB
Buffers:         81936 kB
Cached:         657564 kB
SwapCached:          0 kB
Active:         266304 kB
Inactive:       533396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          80560 kB
Slab:            79080 kB
Committed_AS:   542668 kB
PageTables:       1916 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= 66160 MiB
End job on node77 at 2009-07-16 02:56:54