Trace number 2066093

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) 547.306 552.149

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-5-c.xml
MD5SUM7b5f2b113871d79c4b7ec4cee441f2ad
Bench CategoryN-ARY-INT (n-ary 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 variables2678
Number of constraints6689
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6689
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.09/0.19	c Seed is 930441396
0.09/0.19	c Constructing HOME/instance-2066093-1247704282.xml  with 21034 constraints
0.39/0.44	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-2066093-1247704282/watcher-2066093-1247704282 -o /tmp/evaluation-result-2066093-1247704282/solver-2066093-1247704282 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 930441396 HOME/instance-2066093-1247704282.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 1.92 4/82 12329
/proc/meminfo: memFree=752056/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=5356 CPUtime=0
/proc/12329/stat : 12329 (pcssolve) R 12327 12329 10422 0 -1 4194304 309 317 0 0 0 0 0 0 16 0 1 0 57493041 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 254613711519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12329/statm: 1339 242 201 169 0 50 0
[pid=12332] ppid=12329 vsize=3680 CPUtime=0
/proc/12332/stat : 12332 (fgrep) R 12329 12329 10422 0 -1 4194304 155 0 0 0 0 0 0 0 16 0 1 0 57493042 3768320 123 996147200 4194304 4274172 548682068976 18446744073709551615 254613880914 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 920 123 94 19 0 44 0

[startup+0.0993539 s]
/proc/loadavg: 2.00 2.00 1.92 4/82 12329
/proc/meminfo: memFree=752056/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=6300 CPUtime=0.08
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 1269 826 0 0 7 0 0 1 18 0 1 0 57493041 6451200 837 996147200 134512640 135215973 4294956304 18446744073709551615 134761745 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 1575 837 385 171 0 500 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6300

[startup+0.101351 s]
/proc/loadavg: 2.00 2.00 1.92 4/82 12329
/proc/meminfo: memFree=752056/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=6300 CPUtime=0.09
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 1276 826 0 0 8 0 0 1 18 0 1 0 57493041 6451200 844 996147200 134512640 135215973 4294956304 18446744073709551615 134597296 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 1575 844 385 171 0 500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6300

[startup+0.301377 s]
/proc/loadavg: 2.00 2.00 1.92 4/82 12329
/proc/meminfo: memFree=752056/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=9460 CPUtime=0.28
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 2291 826 0 0 27 0 0 1 20 0 1 0 57493041 9687040 1522 996147200 134512640 135215973 4294956304 18446744073709551615 2039588 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 2365 1522 385 171 0 1290 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9460

[startup+0.701424 s]
/proc/loadavg: 2.00 2.00 1.92 4/82 12329
/proc/meminfo: memFree=752056/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=19492 CPUtime=0.68
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 5595 826 0 0 66 1 0 1 23 0 1 0 57493041 19959808 3538 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 4873 3538 409 171 0 3798 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19492

[startup+1.50152 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=738672/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=19828 CPUtime=1.47
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 5776 826 0 0 145 1 0 1 25 0 1 0 57493041 20303872 3719 996147200 134512640 135215973 4294956304 18446744073709551615 134591240 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 4957 3719 409 171 0 3882 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19828

[startup+3.10169 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=737968/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=22108 CPUtime=3.07
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 6349 826 0 0 304 2 0 1 25 0 1 0 57493041 22638592 4292 996147200 134512640 135215973 4294956304 18446744073709551615 134982956 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 5527 4292 409 171 0 4452 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22108

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=732080/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=27852 CPUtime=6.23
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 7774 826 0 0 620 2 0 1 25 0 1 0 57493041 28520448 5717 996147200 134512640 135215973 4294956304 18446744073709551615 4158960820 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 6963 5717 409 171 0 5888 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 27852

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=721840/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=37216 CPUtime=12.57
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 10124 826 0 0 1253 3 0 1 25 0 1 0 57493041 38109184 8067 996147200 134512640 135215973 4294956304 18446744073709551615 134597467 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 9304 8067 409 171 0 8229 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 37216

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=697584/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=61084 CPUtime=25.27
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 16165 826 0 0 2519 7 0 1 25 0 1 0 57493041 62550016 14010 996147200 134512640 135215973 4294956304 18446744073709551615 2041467 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 15271 14010 409 171 0 14196 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 61084

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=651248/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=107788 CPUtime=50.65
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 27886 826 0 0 5054 10 0 1 25 0 1 0 57493041 110374912 25697 996147200 134512640 135215973 4294956304 18446744073709551615 134977092 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 26947 25697 409 171 0 25872 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 107788

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=564336/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=193196 CPUtime=101.41
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 49424 826 0 0 10121 19 0 1 25 0 1 0 57493041 197832704 47106 996147200 134512640 135215973 4294956304 18446744073709551615 134911241 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 48299 47106 409 171 0 47224 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 193196

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=462256/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=295928 CPUtime=160.89
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 75310 826 0 0 16058 30 0 1 25 0 1 0 57493041 303030272 72735 996147200 134512640 135215973 4294956304 18446744073709551615 134591240 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 73982 72735 409 171 0 72907 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 295928

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=356720/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=401752 CPUtime=220.37
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 102191 826 0 0 21997 39 0 1 25 0 1 0 57493041 411394048 98813 996147200 134512640 135215973 4294956304 18446744073709551615 134600006 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 100438 98813 409 171 0 99363 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 401752

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=254192/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=507368 CPUtime=279.86
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 129031 826 0 0 27935 50 0 1 25 0 1 0 57493041 519544832 124628 996147200 134512640 135215973 4294956304 18446744073709551615 134585632 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 126842 124628 409 171 0 125767 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 507368

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=161136/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=598896 CPUtime=339.35
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 151957 826 0 0 33874 60 0 1 25 0 1 0 57493041 613269504 147554 996147200 134512640 135215973 4294956304 18446744073709551615 134982872 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 149724 147554 409 171 0 148649 0
Current children cumulated CPU time (s) 339.35
Current children cumulated vsize (KiB) 598896

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=73712/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=686668 CPUtime=398.82
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 173917 826 0 0 39812 69 0 1 25 0 1 0 57493041 703148032 169514 996147200 134512640 135215973 4294956304 18446744073709551615 134648267 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 171667 169514 409 171 0 170592 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 686668

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=14960/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=776796 CPUtime=458.29
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 196487 826 0 0 45749 79 0 1 25 0 1 0 57493041 795439104 192084 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 194199 192084 409 171 0 193124 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 776796

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12335
/proc/meminfo: memFree=14832/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=872992 CPUtime=517.73
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 220659 826 0 0 51682 90 0 1 25 0 1 0 57493041 893943808 216256 996147200 134512640 135215973 4294956304 18446744073709551615 134649104 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 218248 216256 409 171 0 217173 0
Current children cumulated CPU time (s) 517.73
Current children cumulated vsize (KiB) 872992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+552.002 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12378
/proc/meminfo: memFree=15920/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=921628 CPUtime=547.15
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4194304 232833 826 0 0 54618 96 0 1 25 0 1 0 57493041 943747072 228430 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 230407 228430 409 171 0 229332 0
Current children cumulated CPU time (s) 547.15
Current children cumulated vsize (KiB) 921628

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

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

[startup+552.107 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 12379
/proc/meminfo: memFree=705896/2055920 swapFree=4192948/4192956
[pid=12329] ppid=12327 vsize=0 CPUtime=547.25
/proc/12329/stat : 12329 (pcs.big) R 12327 12329 10422 0 -1 4195332 232833 826 0 0 54618 106 0 1 25 0 1 0 57493041 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 547.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 552.149
CPU time (s): 547.306
CPU user time (s): 546.195
CPU system time (s): 1.11083
CPU usage (%): 99.1229
Max. virtual memory (cumulated for all children) (KiB): 921628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.195
system time used= 1.11083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233659
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= 20
involuntary context switches= 13345

runsolver used 0.550916 second user time and 1.47677 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 02:31:22
IDJOB=2066093
IDBENCH=54470
IDSOLVER=733
FILE ID=node87/2066093-1247704282
PBS_JOBID= 9521144
Free space on /tmp= 66156 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-5-c.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066093-1247704282/watcher-2066093-1247704282 -o /tmp/evaluation-result-2066093-1247704282/solver-2066093-1247704282 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 930441396 HOME/instance-2066093-1247704282.xml

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

MD5SUM BENCH= 7b5f2b113871d79c4b7ec4cee441f2ad
RANDOM SEED=930441396

node87.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.236
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.236
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:        752536 kB
Buffers:        120128 kB
Cached:        1015396 kB
SwapCached:          8 kB
Active:         210692 kB
Inactive:       986924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        752536 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:          82316 kB
Slab:            90820 kB
Committed_AS:   642540 kB
PageTables:       2040 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 node87 at 2009-07-16 02:40:36