Trace number 2090910

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.2SAT 115.091 115.671

DiagnosticValue
ASSIGNMENTS1984

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-5_ext.xml
MD5SUMea8a8c36ed8d5ff2e35f642aabf97f40
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 benchmark0.569912
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.17/0.23	c Seed is 1526442557
0.17/0.23	c Constructing HOME/instance-2090910-1247731207.xml  with 84 constraints
0.66/0.77	c Solving 1984 backtracks 10 restarts
115.00/115.66	s SATISFIABLE
115.00/115.66	c V0=3, V1=60, V2=108, V3=107, V4=45, V5=110, V6=59, V7=22, V8=151, V9=82, V10=81, V11=85, V12=74, V13=10, V14=130, V15=58, V16=5, V17=85, V18=18, V19=115, V20=95, V21=105, V22=7, V23=35, V24=54, V25=165, V26=144, V27=7, V28=17, V29=126, V30=179, V31=128, V32=90, V33=100, V34=177, V35=58, V36=28, V37=146, V38=106, V39=121, 
115.00/115.66	v 3 60 108 107 45 110 59 22 151 82 81 85 74 10 130 58 5 85 18 115 95 105 7 35 54 165 144 7 17 126 179 128 90 100 177 58 28 146 106 121 
115.00/115.66	d ASSIGNMENTS 1984

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-2090910-1247731207/watcher-2090910-1247731207 -o /tmp/evaluation-result-2090910-1247731207/solver-2090910-1247731207 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1526442557 HOME/instance-2090910-1247731207.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 2.00 4/72 13979
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=18576 CPUtime=0
/proc/13979/stat : 13979 (runsolver) R 13977 13979 13108 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60184741 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13979/statm: 4644 284 249 26 0 2626 0

[startup+0.071642 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13979
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=4932 CPUtime=0.04
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 878 656 0 0 4 0 0 0 18 0 1 0 60184741 5050368 509 996147200 134512640 135215973 4294956304 18446744073709551615 135038910 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 1233 509 383 171 0 158 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4932

[startup+0.101639 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13979
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=5356 CPUtime=0.07
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 913 656 0 0 7 0 0 0 18 0 1 0 60184741 5484544 544 996147200 134512640 135215973 4294956304 18446744073709551615 134837542 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 1339 544 383 171 0 264 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301653 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13979
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=7520 CPUtime=0.26
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 1159 656 0 0 26 0 0 0 19 0 1 0 60184741 7700480 790 996147200 134512640 135215973 4294956304 18446744073709551615 134583647 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 1880 790 383 171 0 805 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7520

[startup+0.701681 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 13979
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=11880 CPUtime=0.66
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 1649 656 0 0 66 0 0 0 23 0 1 0 60184741 12165120 1280 996147200 134512640 135215973 4294956304 18446744073709551615 134524516 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 2970 1280 383 171 0 1895 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 11880

[startup+1.50174 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1350976/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=13256 CPUtime=1.46
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 1984 656 0 0 146 0 0 0 25 0 1 0 60184741 13574144 1615 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3314 1615 401 171 0 2239 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13256

[startup+3.10185 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1350720/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=13256 CPUtime=3.06
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 2089 656 0 0 305 1 0 0 25 0 1 0 60184741 13574144 1720 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3314 1720 401 171 0 2239 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13256

[startup+6.30206 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1350144/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=13256 CPUtime=6.25
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 2103 656 0 0 624 1 0 0 25 0 1 0 60184741 13574144 1734 996147200 134512640 135215973 4294956304 18446744073709551615 135020293 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3314 1734 401 171 0 2239 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 13256

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1349248/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=13256 CPUtime=12.61
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 2262 656 0 0 1260 1 0 0 25 0 1 0 60184741 13574144 1893 996147200 134512640 135215973 4294956304 18446744073709551615 4158960330 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3314 1893 401 171 0 2239 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 13256

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1347136/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=13256 CPUtime=25.35
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 2641 656 0 0 2534 1 0 0 25 0 1 0 60184741 13574144 2272 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3314 2272 401 171 0 2239 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 13256

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13984
/proc/meminfo: memFree=1342464/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=15360 CPUtime=50.83
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 3503 656 0 0 5081 2 0 0 25 0 1 0 60184741 15728640 3134 996147200 134512640 135215973 4294956304 18446744073709551615 4158960162 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 3840 3134 401 171 0 2765 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 15360

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1318008/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=23040 CPUtime=101.77
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5478 656 0 0 10174 3 0 0 25 0 1 0 60184741 23592960 5044 996147200 134512640 135215973 4294956304 18446744073709551615 134590020 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 5760 5044 401 171 0 4685 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 23040

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

[startup+108.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1317112/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=23964 CPUtime=108.14
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5712 656 0 0 10811 3 0 0 25 0 1 0 60184741 24539136 5278 996147200 134512640 135215973 4294956304 18446744073709551615 134590178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 5991 5278 401 171 0 4916 0
Current children cumulated CPU time (s) 108.14
Current children cumulated vsize (KiB) 23964

[startup+111.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1316408/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=24492 CPUtime=111.32
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5847 656 0 0 11129 3 0 0 25 0 1 0 60184741 25079808 5413 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6123 5413 401 171 0 5048 0
Current children cumulated CPU time (s) 111.32
Current children cumulated vsize (KiB) 24492

[startup+113.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1316024/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=24756 CPUtime=112.91
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5908 656 0 0 11288 3 0 0 25 0 1 0 60184741 25350144 5474 996147200 134512640 135215973 4294956304 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6189 5474 401 171 0 5114 0
Current children cumulated CPU time (s) 112.91
Current children cumulated vsize (KiB) 24756

[startup+114.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1315704/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=25152 CPUtime=113.71
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5971 656 0 0 11368 3 0 0 25 0 1 0 60184741 25755648 5537 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6288 5537 401 171 0 5213 0
Current children cumulated CPU time (s) 113.71
Current children cumulated vsize (KiB) 25152

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1315704/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=25152 CPUtime=114.5
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 5986 656 0 0 11447 3 0 0 25 0 1 0 60184741 25755648 5552 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6288 5552 401 171 0 5213 0
Current children cumulated CPU time (s) 114.5
Current children cumulated vsize (KiB) 25152

[startup+115.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1315640/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=25284 CPUtime=114.9
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 6005 656 0 0 11487 3 0 0 25 0 1 0 60184741 25890816 5571 996147200 134512640 135215973 4294956304 18446744073709551615 135026862 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6321 5571 401 171 0 5246 0
Current children cumulated CPU time (s) 114.9
Current children cumulated vsize (KiB) 25284

[startup+115.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13990
/proc/meminfo: memFree=1315640/2055920 swapFree=4192812/4192956
[pid=13979] ppid=13977 vsize=25284 CPUtime=115
/proc/13979/stat : 13979 (pcs.big) R 13977 13979 13108 0 -1 4194304 6013 656 0 0 11497 3 0 0 25 0 1 0 60184741 25890816 5579 996147200 134512640 135215973 4294956304 18446744073709551615 134597451 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 6321 5579 401 171 0 5246 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 25284

Child status: 0
Real time (s): 115.671
CPU time (s): 115.091
CPU user time (s): 115.049
CPU system time (s): 0.042993
CPU usage (%): 99.4989
Max. virtual memory (cumulated for all children) (KiB): 25284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.049
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6672
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= 19
involuntary context switches= 1307

runsolver used 0.153976 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-16 10:00:07
IDJOB=2090910
IDBENCH=59941
IDSOLVER=734
FILE ID=node39/2090910-1247731207
PBS_JOBID= 9521502
Free space on /tmp= 66360 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-5_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090910-1247731207/watcher-2090910-1247731207 -o /tmp/evaluation-result-2090910-1247731207/solver-2090910-1247731207 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1526442557 HOME/instance-2090910-1247731207.xml

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

MD5SUM BENCH= ea8a8c36ed8d5ff2e35f642aabf97f40
RANDOM SEED=1526442557

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1356584 kB
Buffers:         90684 kB
Cached:         431896 kB
SwapCached:          0 kB
Active:         286656 kB
Inactive:       327804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:         103296 kB
Slab:            70196 kB
Committed_AS:   632436 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= 66360 MiB
End job on node39 at 2009-07-16 10:02:03