Trace number 2090657

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 295.319 295.589

DiagnosticValue
ASSIGNMENTS20248

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-11_ext.xml
MD5SUM17790aca61249fbc4b9f92c8c943c9a6
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.583911
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
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.20	c Seed is 990785684
0.00/0.20	c Constructing HOME/instance-2090657-1247731047.xml  with 213 constraints
0.18/0.23	c Solving 20248 backtracks 15 restarts
295.21/295.57	s SATISFIABLE
295.21/295.57	c V0=1, V1=36, V2=27, V3=11, V4=32, V5=35, V6=16, V7=12, V8=17, V9=28, V10=21, V11=2, V12=33, V13=22, V14=32, V15=35, V16=35, V17=18, V18=0, V19=17, V20=19, V21=21, V22=9, V23=38, V24=18, V25=30, V26=5, V27=31, V28=21, V29=35, V30=35, V31=36, V32=11, V33=16, V34=31, V35=17, V36=35, V37=23, V38=15, V39=30, 
295.21/295.57	v 1 36 27 11 32 35 16 12 17 28 21 2 33 22 32 35 35 18 0 17 19 21 9 38 18 30 5 31 21 35 35 36 11 16 31 17 35 23 15 30 
295.21/295.57	d ASSIGNMENTS 20248

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-2090657-1247731047/watcher-2090657-1247731047 -o /tmp/evaluation-result-2090657-1247731047/solver-2090657-1247731047 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 990785684 HOME/instance-2090657-1247731047.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.93 1.98 1.99 4/81 17384
/proc/meminfo: memFree=1629640/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=5356 CPUtime=0
/proc/17384/stat : 17384 (pcssolve) R 17382 17384 16046 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 60171772 5484544 236 996147200 4194304 4889804 548682068800 18446744073709551615 214919712565 0 0 4100 65536 0 0 0 17 1 0 0
/proc/17384/statm: 1339 236 197 169 0 50 0

[startup+0.208823 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 17384
/proc/meminfo: memFree=1629640/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=6616 CPUtime=0.18
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1219 656 0 0 18 0 0 0 19 0 1 0 60171772 6774784 850 996147200 134512640 135215973 4294956304 18446744073709551615 134882160 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1654 850 385 171 0 579 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6616

[startup+0.301764 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 17384
/proc/meminfo: memFree=1629640/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=0.28
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1373 656 0 0 28 0 0 0 19 0 1 0 60171772 7319552 1004 996147200 134512640 135215973 4294956304 18446744073709551615 134583244 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1004 404 171 0 712 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7148

[startup+0.401784 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 17384
/proc/meminfo: memFree=1629640/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=0.38
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1373 656 0 0 38 0 0 0 20 0 1 0 60171772 7319552 1004 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1004 404 171 0 712 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7148

[startup+0.70185 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 17384
/proc/meminfo: memFree=1629640/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=0.67
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1375 656 0 0 67 0 0 0 23 0 1 0 60171772 7319552 1006 996147200 134512640 135215973 4294956304 18446744073709551615 135010171 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1006 404 171 0 712 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7148

[startup+1.50202 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 17389
/proc/meminfo: memFree=1627136/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=1.47
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1381 656 0 0 147 0 0 0 25 0 1 0 60171772 7319552 1012 996147200 134512640 135215973 4294956304 18446744073709551615 135012630 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1012 404 171 0 712 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7148

[startup+3.10137 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 17389
/proc/meminfo: memFree=1626880/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=3.05
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1404 656 0 0 305 0 0 0 25 0 1 0 60171772 7319552 1035 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1035 404 171 0 712 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7148

[startup+6.30105 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 17389
/proc/meminfo: memFree=1626560/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7148 CPUtime=6.22
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1456 656 0 0 622 0 0 0 25 0 1 0 60171772 7319552 1087 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 1787 1087 404 171 0 712 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7148

[startup+12.7024 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 17389
/proc/meminfo: memFree=1625792/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=7940 CPUtime=12.56
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 1658 656 0 0 1256 0 0 0 25 0 1 0 60171772 8130560 1289 996147200 134512640 135215973 4294956304 18446744073709551615 134532716 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 1985 1289 404 171 0 910 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 7940

[startup+25.5062 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 17421
/proc/meminfo: memFree=1637712/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=10700 CPUtime=25.35
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 2393 656 0 0 2534 1 0 0 25 0 1 0 60171772 10956800 1991 996147200 134512640 135215973 4294956304 18446744073709551615 4158960576 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 2675 1991 404 171 0 1600 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 10700

[startup+51.1017 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 17421
/proc/meminfo: memFree=1626704/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=16100 CPUtime=50.93
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 3831 656 0 0 5091 2 0 0 25 0 1 0 60171772 16486400 3364 996147200 134512640 135215973 4294956304 18446744073709551615 134591120 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 4025 3364 404 171 0 2950 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 16100

[startup+102.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/73 17421
/proc/meminfo: memFree=1604496/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=26900 CPUtime=102.11
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 6667 656 0 0 10207 4 0 0 25 0 1 0 60171772 27545600 6038 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 6725 6038 404 171 0 5650 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 26900

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 17421
/proc/meminfo: memFree=1578960/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=39788 CPUtime=162.08
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 10057 656 0 0 16202 6 0 0 25 0 1 0 60171772 40742912 9106 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 9947 9106 404 171 0 8872 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 39788

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1554192/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=50604 CPUtime=222.06
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 12938 656 0 0 22197 9 0 0 25 0 1 0 60171772 51818496 11987 996147200 134512640 135215973 4294956304 18446744073709551615 9340539 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 12651 11987 404 171 0 11576 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 50604

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1530576/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=63856 CPUtime=282.02
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16377 656 0 0 28191 11 0 0 25 0 1 0 60171772 65388544 14784 996147200 134512640 135215973 4294956304 18446744073709551615 4158960628 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 15964 14784 404 171 0 14889 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 63856

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

[startup+288.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1528592/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=64780 CPUtime=287.82
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16624 656 0 0 28771 11 0 0 25 0 1 0 60171772 66334720 15031 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16195 15031 404 171 0 15120 0
Current children cumulated CPU time (s) 287.82
Current children cumulated vsize (KiB) 64780

[startup+291.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1527312/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=65308 CPUtime=291.01
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16778 656 0 0 29090 11 0 0 25 0 1 0 60171772 66875392 15185 996147200 134512640 135215973 4294956304 18446744073709551615 134597671 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16327 15185 404 171 0 15252 0
Current children cumulated CPU time (s) 291.01
Current children cumulated vsize (KiB) 65308

[startup+292.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1526608/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=65572 CPUtime=292.61
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16854 656 0 0 29250 11 0 0 25 0 1 0 60171772 67145728 15261 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16393 15261 404 171 0 15318 0
Current children cumulated CPU time (s) 292.61
Current children cumulated vsize (KiB) 65572

[startup+294.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1526160/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=65968 CPUtime=294.21
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16934 656 0 0 29410 11 0 0 25 0 1 0 60171772 67551232 15341 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16492 15341 404 171 0 15417 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 65968

[startup+295.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1525712/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=66100 CPUtime=295.01
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 16980 656 0 0 29490 11 0 0 25 0 1 0 60171772 67686400 15387 996147200 134512640 135215973 4294956304 18446744073709551615 134599830 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16525 15387 404 171 0 15450 0
Current children cumulated CPU time (s) 295.01
Current children cumulated vsize (KiB) 66100

[startup+295.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 17427
/proc/meminfo: memFree=1525712/2055920 swapFree=4192812/4192956
[pid=17384] ppid=17382 vsize=65212 CPUtime=295.21
/proc/17384/stat : 17384 (pcs.big) R 17382 17384 16046 0 -1 4194304 17017 656 0 0 29510 11 0 0 25 0 1 0 60171772 66777088 15264 996147200 134512640 135215973 4294956304 18446744073709551615 134688887 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 16303 15264 404 171 0 15228 0
Current children cumulated CPU time (s) 295.21
Current children cumulated vsize (KiB) 65212

Child status: 0
Real time (s): 295.589
CPU time (s): 295.319
CPU user time (s): 295.184
CPU system time (s): 0.134979
CPU usage (%): 99.9086
Max. virtual memory (cumulated for all children) (KiB): 66100

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

runsolver used 0.340948 second user time and 0.822874 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-16 09:57:27
IDJOB=2090657
IDBENCH=59839
IDSOLVER=734
FILE ID=node10/2090657-1247731047
PBS_JOBID= 9521500
Free space on /tmp= 66364 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-11_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090657-1247731047/watcher-2090657-1247731047 -o /tmp/evaluation-result-2090657-1247731047/solver-2090657-1247731047 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 990785684 HOME/instance-2090657-1247731047.xml

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

MD5SUM BENCH= 17790aca61249fbc4b9f92c8c943c9a6
RANDOM SEED=990785684

node10.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.279
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.279
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:       1630120 kB
Buffers:         80476 kB
Cached:         237152 kB
SwapCached:          0 kB
Active:         109996 kB
Inactive:       242496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4544 kB
Writeback:           0 kB
Mapped:          55252 kB
Slab:            58376 kB
Committed_AS:   640840 kB
PageTables:       1832 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 node10 at 2009-07-16 10:02:23