Trace number 2084035

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.2UNSAT 42.1816 42.5498

DiagnosticValue
ASSIGNMENTS51

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-0.xml
MD5SUMd906e0cdeb61b6e1a4851a754c024184
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.4938
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
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 1556821464
0.00/0.02	c Constructing HOME/instance-2084035-1247724325.xml  with 116241 constraints
1.97/2.01	c Solving 51 backtracks 1 restarts
42.12/42.54	s UNSATISFIABLE
42.12/42.54	d ASSIGNMENTS 51

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084035-1247724325/watcher-2084035-1247724325 -o /tmp/evaluation-result-2084035-1247724325/solver-2084035-1247724325 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1556821464 HOME/instance-2084035-1247724325.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: 1.95 2.00 1.99 4/82 17850
/proc/meminfo: memFree=1467032/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=5356 CPUtime=0
/proc/17850/stat : 17850 (pcssolve) R 17848 17850 16016 0 -1 4194304 305 0 0 0 0 0 0 0 19 0 1 0 59497638 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269807575876 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/17850/statm: 1339 242 201 169 0 50 0
[pid=17851] ppid=17850 vsize=0 CPUtime=0
/proc/17851/stat : 17851 (fgrep) Z 17850 17850 16016 0 -1 4194316 155 0 0 0 0 0 0 0 18 0 1 0 59497638 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/17851/statm: 0 0 0 0 0 0 0
[pid=17852] ppid=17850 vsize=5356 CPUtime=0
/proc/17852/stat : 17852 (pcssolve) R 17850 17850 16016 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 59497638 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 269807578407 0 0 4096 0 0 0 0 17 1 0 0
/proc/17852/statm: 1339 244 203 169 0 50 0

[startup+0.0645621 s]
/proc/loadavg: 1.95 2.00 1.99 4/82 17850
/proc/meminfo: memFree=1467032/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=5768 CPUtime=0.04
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 1099 665 0 0 3 0 0 1 21 0 1 0 59497638 5906432 730 996147200 134512640 135215973 4294956304 18446744073709551615 4158910263 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 1442 730 386 171 0 367 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5768

[startup+0.101567 s]
/proc/loadavg: 1.95 2.00 1.99 4/82 17850
/proc/meminfo: memFree=1467032/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=6852 CPUtime=0.08
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 1386 665 0 0 7 0 0 1 21 0 1 0 59497638 7016448 936 996147200 134512640 135215973 4294956304 18446744073709551615 134698136 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 1713 936 386 171 0 638 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6852

[startup+0.301594 s]
/proc/loadavg: 1.95 2.00 1.99 4/82 17850
/proc/meminfo: memFree=1467032/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=13640 CPUtime=0.28
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 3193 665 0 0 26 1 0 1 23 0 1 0 59497638 13967360 2077 996147200 134512640 135215973 4294956304 18446744073709551615 134524036 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 3410 2077 386 171 0 2335 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13640

[startup+0.701633 s]
/proc/loadavg: 1.95 2.00 1.99 4/82 17850
/proc/meminfo: memFree=1467032/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=22508 CPUtime=0.68
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 6356 665 0 0 65 2 0 1 25 0 1 0 59497638 23048192 3967 996147200 134512640 135215973 4294956304 18446744073709551615 4159202447 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 5627 3967 386 171 0 4552 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22508

[startup+1.50172 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1446864/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=40976 CPUtime=1.47
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 12602 665 0 0 141 5 0 1 25 0 1 0 59497638 41959424 7731 996147200 134512640 135215973 4294956304 18446744073709551615 134739536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 10244 7731 386 171 0 9169 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40976

[startup+3.10188 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1426512/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=55788 CPUtime=3.06
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 19892 665 0 0 297 8 0 1 25 0 1 0 59497638 57126912 12730 996147200 134512640 135215973 4294956304 18446744073709551615 134583970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 13947 12730 410 171 0 12872 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 55788

[startup+6.30123 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1415376/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=56412 CPUtime=6.23
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 20154 665 0 0 614 8 0 1 25 0 1 0 59497638 57765888 12834 996147200 134512640 135215973 4294956304 18446744073709551615 134599844 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 14103 12834 410 171 0 13028 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 56412

[startup+12.7019 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1411736/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=59224 CPUtime=12.57
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 21050 665 0 0 1247 9 0 1 25 0 1 0 59497638 60645376 13521 996147200 134512640 135215973 4294956304 18446744073709551615 134583366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 14806 13521 410 171 0 13731 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 59224

[startup+25.5013 s]
/proc/loadavg: 1.96 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1402008/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=65904 CPUtime=25.27
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 23000 665 0 0 2516 10 0 1 25 0 1 0 59497638 67485696 15054 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16476 15054 410 171 0 15401 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 65904

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

[startup+31.906 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1400536/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=65904 CPUtime=31.62
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 23002 665 0 0 3151 10 0 1 25 0 1 0 59497638 67485696 15056 996147200 134512640 135215973 4294956304 18446744073709551615 134583528 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16476 15056 410 171 0 15401 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 65904

[startup+38.3017 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1398552/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=66036 CPUtime=37.96
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 23120 665 0 0 3785 10 0 1 25 0 1 0 59497638 67620864 15174 996147200 134512640 135215973 4294956304 18446744073709551615 134969768 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16509 15174 410 171 0 15434 0
Current children cumulated CPU time (s) 37.96
Current children cumulated vsize (KiB) 66036

[startup+39.9028 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1397336/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=66168 CPUtime=39.54
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 23749 665 0 0 3943 10 0 1 25 0 1 0 59497638 67756032 15209 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16542 15209 413 171 0 15467 0
Current children cumulated CPU time (s) 39.54
Current children cumulated vsize (KiB) 66168

[startup+41.502 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1397336/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=66168 CPUtime=41.13
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 25335 665 0 0 4101 11 0 1 25 0 1 0 59497638 67756032 15211 996147200 134512640 135215973 4294956304 18446744073709551615 134585576 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16542 15211 413 171 0 15467 0
Current children cumulated CPU time (s) 41.13
Current children cumulated vsize (KiB) 66168

[startup+42.3011 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1397336/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=66168 CPUtime=41.92
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 28110 665 0 0 4179 12 0 1 25 0 1 0 59497638 67756032 15214 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 16542 15214 413 171 0 15467 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (KiB) 66168

[startup+42.5011 s]
/proc/loadavg: 1.97 2.00 1.99 3/83 17855
/proc/meminfo: memFree=1397336/2055920 swapFree=4192812/4192956
[pid=17850] ppid=17848 vsize=62068 CPUtime=42.12
/proc/17850/stat : 17850 (pcs.big) R 17848 17850 16016 0 -1 4194304 28209 665 0 0 4199 12 0 1 25 0 1 0 59497638 63557632 14305 996147200 134512640 135215973 4294956304 18446744073709551615 5996659 0 0 4096 0 0 0 0 17 1 0 0
/proc/17850/statm: 15517 14305 413 171 0 14442 0
Current children cumulated CPU time (s) 42.12
Current children cumulated vsize (KiB) 62068

Child status: 0
Real time (s): 42.5498
CPU time (s): 42.1816
CPU user time (s): 42.0356
CPU system time (s): 0.145977
CPU usage (%): 99.1346
Max. virtual memory (cumulated for all children) (KiB): 66564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0356
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28876
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= 30
involuntary context switches= 1740

runsolver used 0.046992 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-16 08:05:26
IDJOB=2084035
IDBENCH=58018
IDSOLVER=734
FILE ID=node81/2084035-1247724325
PBS_JOBID= 9521452
Free space on /tmp= 126656 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-0.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084035-1247724325/watcher-2084035-1247724325 -o /tmp/evaluation-result-2084035-1247724325/solver-2084035-1247724325 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1556821464 HOME/instance-2084035-1247724325.xml

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

MD5SUM BENCH= d906e0cdeb61b6e1a4851a754c024184
RANDOM SEED=1556821464

node81.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.233
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.233
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:       1467512 kB
Buffers:         82368 kB
Cached:         354600 kB
SwapCached:          0 kB
Active:         114220 kB
Inactive:       388232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5560 kB
Writeback:           0 kB
Mapped:          85852 kB
Slab:            70844 kB
Committed_AS:   648684 kB
PageTables:       2020 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= 126652 MiB
End job on node81 at 2009-07-16 08:06:08