Trace number 2059119

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.2SAT 32.987 33.0103

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/marc/
normalized-large-88-sat_ext.xml
MD5SUMdd27e97e48b6e78409370aee787bfb74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.938
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3828
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.28	c has big domains
0.12/0.29	c big-domain mode
0.12/0.29	c Seed is 886049090
0.12/0.29	c Constructing HOME/instance-2059119-1247694663.xml  with 9335 constraints
32.85/32.98	c Solving 0 backtracks
32.85/33.00	s SATISFIABLE
32.85/33.00	c V0=39, V1=39, V2=39, V3=39, V4=39, V5=39, V6=39, V7=39, V8=39, V9=39, V10=39, V11=39, V12=39, V13=39, V14=39, V15=39, V16=39, V17=39, V18=39, V19=39, V20=39, V21=39, V22=39, V23=39, V24=39, V25=39, V26=39, V27=39, V28=39, V29=39, V30=39, V31=39, V32=39, V33=39, V34=39, V35=39, V36=39, V37=39, V38=39, V39=39, V40=39, V41=39, V42=39, V43=39, V44=39, V45=39, V46=39, V47=39, V48=39, V49=39, V50=39, V51=39, V52=39, V53=39, V54=39, V55=39, V56=39, V57=39, V58=39, V59=39, V60=39, V61=39, V62=39, V63=39, V64=39, V65=39, V66=39, V67=39, V68=39, V69=39, V70=39, V71=39, V72=39, V73=39, V74=39, V75=39, V76=39, V77=39, V78=39, V79=39, V80=39, V81=39, V82=39, V83=39, V84=39, V85=39, V86=39, V87=39, 
32.85/33.00	v 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 
32.85/33.00	d ASSIGNMENTS 0

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059119-1247694663/watcher-2059119-1247694663 -o /tmp/evaluation-result-2059119-1247694663/solver-2059119-1247694663 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 886049090 HOME/instance-2059119-1247694663.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.01 1.57 0.76 4/73 14405
/proc/meminfo: memFree=1233872/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=5356 CPUtime=0
/proc/14405/stat : 14405 (pcssolve) R 14403 14405 14057 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 56531809 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14405/statm: 1339 241 200 169 0 50 0
[pid=14406] ppid=14405 vsize=3544 CPUtime=0
/proc/14406/stat : 14406 (fgrep) R 14405 14405 14057 0 -1 4194304 76 0 0 0 0 0 0 0 19 0 1 0 56531809 3629056 44 996147200 4194304 4274172 548682068976 18446744073709551615 226695843888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14406/statm: 886 44 29 19 0 10 0
[pid=14407] ppid=14405 vsize=5356 CPUtime=0
/proc/14407/stat : 14407 (pcssolve) R 14405 14405 14057 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 56531809 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14407/statm: 1339 241 200 169 0 50 0

[startup+0.183813 s]
/proc/loadavg: 2.01 1.57 0.76 4/73 14405
/proc/meminfo: memFree=1233872/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=5356 CPUtime=0.12
/proc/14405/stat : 14405 (pcssolve) S 14403 14405 14057 0 -1 4194304 339 317 0 0 0 0 9 3 17 0 1 0 56531809 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14405/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5356

[startup+0.202817 s]
/proc/loadavg: 2.01 1.57 0.76 4/73 14405
/proc/meminfo: memFree=1233872/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=5356 CPUtime=0.12
/proc/14405/stat : 14405 (pcssolve) S 14403 14405 14057 0 -1 4194304 339 317 0 0 0 0 9 3 17 0 1 0 56531809 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14405/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5356

[startup+0.302832 s]
/proc/loadavg: 2.01 1.57 0.76 4/73 14405
/proc/meminfo: memFree=1233872/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=4820 CPUtime=0.28
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 867 656 0 0 1 0 21 6 16 0 1 0 56531809 4935680 498 996147200 134512640 135215973 4294956304 18446744073709551615 134694743 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 1205 498 371 171 0 130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4820

[startup+0.702913 s]
/proc/loadavg: 2.01 1.57 0.76 4/73 14405
/proc/meminfo: memFree=1233872/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=7196 CPUtime=0.68
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 929 656 0 0 41 0 21 6 19 0 1 0 56531809 7368704 560 996147200 134512640 135215973 4294956304 18446744073709551615 134736220 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 1799 560 372 171 0 724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7196

[startup+1.50108 s]
/proc/loadavg: 2.09 1.59 0.77 3/74 14410
/proc/meminfo: memFree=1232704/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=12000 CPUtime=1.47
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 1110 656 0 0 120 0 21 6 25 0 1 0 56531809 12288000 741 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 3000 741 372 171 0 1925 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12000

[startup+3.1014 s]
/proc/loadavg: 2.09 1.59 0.77 3/74 14410
/proc/meminfo: memFree=1231680/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=21808 CPUtime=3.07
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 1519 656 0 0 279 1 21 6 25 0 1 0 56531809 22331392 1150 996147200 134512640 135215973 4294956304 18446744073709551615 6156008 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 5452 1150 372 171 0 4377 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21808

[startup+6.30205 s]
/proc/loadavg: 2.24 1.63 0.79 3/74 14410
/proc/meminfo: memFree=1228480/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=41020 CPUtime=6.28
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 2340 656 0 0 598 3 21 6 25 0 1 0 56531809 42004480 1971 996147200 134512640 135215973 4294956304 18446744073709551615 134734046 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 10255 1971 372 171 0 9180 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41020

[startup+12.7013 s]
/proc/loadavg: 2.30 1.66 0.80 3/74 14410
/proc/meminfo: memFree=1222224/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=77800 CPUtime=12.67
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 3915 656 0 0 1234 6 21 6 25 0 1 0 56531809 79667200 3546 996147200 134512640 135215973 4294956304 18446744073709551615 134694695 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 19450 3546 372 171 0 18375 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77800

[startup+25.5019 s]
/proc/loadavg: 2.30 1.69 0.82 3/74 14410
/proc/meminfo: memFree=1210000/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=148900 CPUtime=25.46
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 6956 656 0 0 2509 10 21 6 25 0 1 0 56531809 152473600 6587 996147200 134512640 135215973 4294956304 18446744073709551615 134733769 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 37225 6587 372 171 0 36150 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 148900

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

[startup+25.603 s]
/proc/loadavg: 2.30 1.69 0.82 3/74 14410
/proc/meminfo: memFree=1210000/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=149444 CPUtime=25.56
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 6982 656 0 0 2519 10 21 6 25 0 1 0 56531809 153030656 6613 996147200 134512640 135215973 4294956304 18446744073709551615 134585601 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 37361 6613 372 171 0 36286 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 149444

[startup+28.8016 s]
/proc/loadavg: 2.30 1.69 0.82 3/74 14410
/proc/meminfo: memFree=1206736/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=166744 CPUtime=28.75
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 7714 656 0 0 2837 11 21 6 25 0 1 0 56531809 170745856 7345 996147200 134512640 135215973 4294956304 18446744073709551615 6180435 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 41686 7345 372 171 0 40611 0
Current children cumulated CPU time (s) 28.75
Current children cumulated vsize (KiB) 166744

[startup+30.4019 s]
/proc/loadavg: 2.30 1.69 0.82 3/74 14410
/proc/meminfo: memFree=1205712/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=175324 CPUtime=30.36
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 8074 656 0 0 2997 12 21 6 25 0 1 0 56531809 179531776 7705 996147200 134512640 135215973 4294956304 18446744073709551615 134835499 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 43831 7705 372 171 0 42756 0
Current children cumulated CPU time (s) 30.36
Current children cumulated vsize (KiB) 175324

[startup+32.0053 s]
/proc/loadavg: 2.28 1.69 0.83 3/74 14410
/proc/meminfo: memFree=1203600/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=184040 CPUtime=31.96
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 8442 656 0 0 3156 13 21 6 25 0 1 0 56531809 188456960 8073 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 46010 8073 372 171 0 44935 0
Current children cumulated CPU time (s) 31.96
Current children cumulated vsize (KiB) 184040

[startup+32.8014 s]
/proc/loadavg: 2.28 1.69 0.83 3/74 14410
/proc/meminfo: memFree=1203600/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=188268 CPUtime=32.76
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194304 8627 656 0 0 3236 13 21 6 25 0 1 0 56531809 192786432 8258 996147200 134512640 135215973 4294956304 18446744073709551615 6180450 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 47067 8258 372 171 0 45992 0
Current children cumulated CPU time (s) 32.76
Current children cumulated vsize (KiB) 188268

[startup+33.0015 s]
/proc/loadavg: 2.28 1.69 0.83 3/74 14410
/proc/meminfo: memFree=1200080/2055920 swapFree=4192812/4192956
[pid=14405] ppid=14403 vsize=0 CPUtime=32.96
/proc/14405/stat : 14405 (pcs.big) R 14403 14405 14057 0 -1 4194308 9480 656 0 0 3256 13 21 6 25 0 1 0 56531809 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/14405/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.0103
CPU time (s): 32.987
CPU user time (s): 32.779
CPU system time (s): 0.207968
CPU usage (%): 99.9293
Max. virtual memory (cumulated for all children) (KiB): 190296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.779
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10136
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= 21
involuntary context switches= 129

runsolver used 0.036994 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-15 23:51:12
IDJOB=2059119
IDBENCH=53553
IDSOLVER=733
FILE ID=node80/2059119-1247694663
PBS_JOBID= 9521157
Free space on /tmp= 66240 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/marc/normalized-large-88-sat_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059119-1247694663/watcher-2059119-1247694663 -o /tmp/evaluation-result-2059119-1247694663/solver-2059119-1247694663 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 886049090 HOME/instance-2059119-1247694663.xml

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

MD5SUM BENCH= dd27e97e48b6e78409370aee787bfb74
RANDOM SEED=886049090

node80.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.285
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.285
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:       1234352 kB
Buffers:         74028 kB
Cached:         603184 kB
SwapCached:          0 kB
Active:         309368 kB
Inactive:       428140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           86024 kB
Writeback:           0 kB
Mapped:          71744 kB
Slab:            69412 kB
Committed_AS:   567448 kB
PageTables:       1836 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= 66236 MiB
End job on node80 at 2009-07-15 23:51:45