Trace number 2057217

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 31.5612 31.9548

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/lard/
normalized-lard-87-87.xml
MD5SUMcaa1a0c56025f9b465fcf3f3e3941fa3
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 benchmark11.4733
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of constraints3741
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3741
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.14/0.53	c has big domains
0.14/0.54	c big-domain mode
0.14/0.54	c Seed is 562274529
0.14/0.54	c Constructing HOME/instance-2057217-1247694217.xml  with 7567 constraints
31.39/31.89	c Solving 0 backtracks
31.48/31.94	s SATISFIABLE
31.48/31.94	c V0=0, V1=1, V2=1, V3=1, V4=1, V5=1, V6=1, V7=1, V8=1, V9=1, V10=1, V11=1, V12=1, V13=1, V14=1, V15=1, V16=1, V17=1, V18=1, V19=1, V20=1, V21=1, V22=1, V23=1, V24=1, V25=1, V26=1, V27=1, V28=1, V29=1, V30=1, V31=1, V32=1, V33=1, V34=1, V35=1, V36=1, V37=1, V38=1, V39=1, V40=1, V41=1, V42=1, V43=1, V44=1, V45=1, V46=1, V47=1, V48=1, V49=1, V50=1, V51=1, V52=1, V53=1, V54=1, V55=1, V56=1, V57=1, V58=1, V59=1, V60=1, V61=1, V62=1, V63=1, V64=1, V65=1, V66=1, V67=1, V68=1, V69=1, V70=1, V71=1, V72=1, V73=1, V74=1, V75=1, V76=1, V77=1, V78=1, V79=1, V80=1, V81=1, V82=1, V83=1, V84=1, V85=1, V86=1, 
31.48/31.94	v 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
31.48/31.94	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-2057217-1247694217/watcher-2057217-1247694217 -o /tmp/evaluation-result-2057217-1247694217/solver-2057217-1247694217 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 562274529 HOME/instance-2057217-1247694217.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: 0.15 0.03 0.01 3/67 7083
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=5356 CPUtime=0
/proc/7083/stat : 7083 (pcssolve) S 7081 7083 7038 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56489305 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7083/statm: 1339 242 201 169 0 50 0
[pid=7084] ppid=7083 vsize=5356 CPUtime=0
/proc/7084/stat : 7084 (pcssolve) D 7083 7083 7038 0 -1 4194368 21 0 0 0 0 0 0 0 19 0 1 0 56489305 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 272467982949 0 0 4100 65536 18446744071563608240 0 0 17 1 0 0
/proc/7084/statm: 1339 243 202 169 0 50 0
[pid=7085] ppid=7083 vsize=200 CPUtime=0
/proc/7085/stat : 7085 (grep) D 7083 7083 7038 0 -1 4194304 46 0 0 0 0 0 0 0 18 0 1 0 56489305 204800 24 996147200 4194304 4274172 548682069040 18446744073709551615 272465196425 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/7085/statm: 50 24 17 19 0 4 0

[startup+0.056534 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 7083
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=5356 CPUtime=0
/proc/7083/stat : 7083 (pcssolve) S 7081 7083 7038 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56489305 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7083/statm: 1339 242 201 169 0 50 0
[pid=7084] ppid=7083 vsize=5356 CPUtime=0
/proc/7084/stat : 7084 (pcssolve) D 7083 7083 7038 0 -1 4194368 21 0 0 0 0 0 0 0 19 0 1 0 56489305 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 272467982949 0 0 4100 65536 18446744071563608240 0 0 17 1 0 0
/proc/7084/statm: 1339 243 202 169 0 50 0
[pid=7085] ppid=7083 vsize=200 CPUtime=0
/proc/7085/stat : 7085 (grep) D 7083 7083 7038 0 -1 4194304 46 0 0 0 0 0 0 0 18 0 1 0 56489305 204800 24 996147200 4194304 4274172 548682069040 18446744073709551615 272465196425 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/7085/statm: 50 24 17 19 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10912

[startup+0.10254 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 7083
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=5356 CPUtime=0
/proc/7083/stat : 7083 (pcssolve) S 7081 7083 7038 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56489305 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7083/statm: 1339 242 201 169 0 50 0
[pid=7084] ppid=7083 vsize=5356 CPUtime=0
/proc/7084/stat : 7084 (pcssolve) D 7083 7083 7038 0 -1 4194368 21 0 0 0 0 0 0 0 19 0 1 0 56489305 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 272467982949 0 0 4100 65536 18446744071563608240 0 0 17 1 0 0
/proc/7084/statm: 1339 243 202 169 0 50 0
[pid=7085] ppid=7083 vsize=200 CPUtime=0
/proc/7085/stat : 7085 (grep) D 7083 7083 7038 0 -1 4194304 46 0 0 0 0 0 0 0 18 0 1 0 56489305 204800 24 996147200 4194304 4274172 548682069040 18446744073709551615 272465196425 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/7085/statm: 50 24 17 19 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10912

[startup+0.302568 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 7083
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=5356 CPUtime=0
/proc/7083/stat : 7083 (pcssolve) S 7081 7083 7038 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56489305 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7083/statm: 1339 242 201 169 0 50 0
[pid=7084] ppid=7083 vsize=3676 CPUtime=0.02
/proc/7084/stat : 7084 (fgrep) R 7083 7083 7038 0 -1 4194304 148 0 0 0 2 0 0 0 18 0 1 0 56489305 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 272467984466 0 0 4096 0 0 0 0 17 1 0 0
/proc/7084/statm: 919 115 87 19 0 43 0
[pid=7085] ppid=7083 vsize=3676 CPUtime=0
/proc/7085/stat : 7085 (grep) S 7083 7083 7038 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 56489305 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 272467984466 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/7085/statm: 919 121 99 19 0 43 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12708

[startup+0.701631 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 7083
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=5648 CPUtime=0.41
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 903 660 0 0 15 0 19 7 18 0 1 0 56489305 5783552 534 996147200 134512640 135215973 4294956304 18446744073709551615 5113467 0 0 4096 0 0 0 0 17 1 0 0
/proc/7083/statm: 1412 534 372 171 0 337 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 5648

[startup+1.50174 s]
/proc/loadavg: 0.15 0.03 0.01 2/68 7088
/proc/meminfo: memFree=1462616/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=10320 CPUtime=1.21
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 1110 660 0 0 95 0 19 7 24 0 1 0 56489305 10567680 741 996147200 134512640 135215973 4294956304 18446744073709551615 134583589 0 0 4096 0 0 0 0 17 1 0 0
/proc/7083/statm: 2580 742 372 171 0 1505 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10320

[startup+3.10197 s]
/proc/loadavg: 0.22 0.05 0.02 2/68 7088
/proc/meminfo: memFree=1461528/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=19772 CPUtime=2.81
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 1527 660 0 0 254 1 19 7 25 0 1 0 56489305 20246528 1158 996147200 134512640 135215973 4294956304 18446744073709551615 134841164 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 4943 1158 372 171 0 3868 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 19772

[startup+6.30144 s]
/proc/loadavg: 0.22 0.05 0.02 3/73 7103
/proc/meminfo: memFree=1450472/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=39092 CPUtime=5.99
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 2369 660 0 0 571 2 19 7 25 0 1 0 56489305 40030208 2000 996147200 134512640 135215973 4294956304 18446744073709551615 5111977 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 9773 2000 372 171 0 8698 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 39092

[startup+12.7014 s]
/proc/loadavg: 0.49 0.11 0.04 3/73 7103
/proc/meminfo: memFree=1443496/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=76912 CPUtime=12.36
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 4001 660 0 0 1206 4 19 7 25 0 1 0 56489305 78757888 3632 996147200 134512640 135215973 4294956304 18446744073709551615 134525220 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 19228 3632 372 171 0 18153 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 76912

[startup+25.5022 s]
/proc/loadavg: 0.72 0.17 0.06 3/73 7103
/proc/meminfo: memFree=1429416/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=147340 CPUtime=25.11
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 7067 660 0 0 2477 8 19 7 25 0 1 0 56489305 150876160 6698 996147200 134512640 135215973 4294956304 18446744073709551615 134740283 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 36835 6698 372 171 0 35760 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 147340

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

[startup+28.7017 s]
/proc/loadavg: 0.83 0.20 0.07 3/73 7103
/proc/meminfo: memFree=1426088/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=164376 CPUtime=28.3
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 7813 660 0 0 2795 9 19 7 25 0 1 0 56489305 168321024 7444 996147200 134512640 135215973 4294956304 18446744073709551615 134837559 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 41094 7444 372 171 0 40019 0
Current children cumulated CPU time (s) 28.3
Current children cumulated vsize (KiB) 164376

[startup+30.3019 s]
/proc/loadavg: 0.83 0.20 0.07 3/73 7103
/proc/meminfo: memFree=1425000/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=172892 CPUtime=29.9
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 8172 660 0 0 2954 10 19 7 25 0 1 0 56489305 177041408 7803 996147200 134512640 135215973 4294956304 18446744073709551615 134839585 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 43223 7803 372 171 0 42148 0
Current children cumulated CPU time (s) 29.9
Current children cumulated vsize (KiB) 172892

[startup+31.103 s]
/proc/loadavg: 0.83 0.20 0.07 3/73 7103
/proc/meminfo: memFree=1423848/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=177020 CPUtime=30.69
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 8354 660 0 0 3033 10 19 7 25 0 1 0 56489305 181268480 7985 996147200 134512640 135215973 4294956304 18446744073709551615 134837562 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 44255 7985 372 171 0 43180 0
Current children cumulated CPU time (s) 30.69
Current children cumulated vsize (KiB) 177020

[startup+31.5011 s]
/proc/loadavg: 0.83 0.20 0.07 3/73 7103
/proc/meminfo: memFree=1423848/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=179152 CPUtime=31.09
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 8446 660 0 0 3073 10 19 7 25 0 1 0 56489305 183451648 8077 996147200 134512640 135215973 4294956304 18446744073709551615 134736031 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 44788 8077 372 171 0 43713 0
Current children cumulated CPU time (s) 31.09
Current children cumulated vsize (KiB) 179152

[startup+31.9051 s]
/proc/loadavg: 0.83 0.20 0.07 3/73 7103
/proc/meminfo: memFree=1421672/2055920 swapFree=4192812/4192956
[pid=7083] ppid=7081 vsize=182844 CPUtime=31.48
/proc/7083/stat : 7083 (pcs.big) R 7081 7083 7038 0 -1 4194304 9160 660 0 0 3112 10 19 7 25 0 1 0 56489305 187232256 8710 996147200 134512640 135215973 4294956304 18446744073709551615 5112159 0 0 4096 0 0 0 0 17 0 0 0
/proc/7083/statm: 45711 8710 387 171 0 44636 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 182844

Child status: 0
Real time (s): 31.9548
CPU time (s): 31.5612
CPU user time (s): 31.3702
CPU system time (s): 0.19097
CPU usage (%): 98.7684
Max. virtual memory (cumulated for all children) (KiB): 182844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3702
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9827
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= 35
involuntary context switches= 439

runsolver used 0.038994 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-15 23:43:48
IDJOB=2057217
IDBENCH=53345
IDSOLVER=734
FILE ID=node22/2057217-1247694217
PBS_JOBID= 9521265
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/lard/normalized-lard-87-87.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057217-1247694217/watcher-2057217-1247694217 -o /tmp/evaluation-result-2057217-1247694217/solver-2057217-1247694217 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 562274529 HOME/instance-2057217-1247694217.xml

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

MD5SUM BENCH= caa1a0c56025f9b465fcf3f3e3941fa3
RANDOM SEED=562274529

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1463368 kB
Buffers:         75004 kB
Cached:         435132 kB
SwapCached:          0 kB
Active:         256012 kB
Inactive:       269440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           80724 kB
Writeback:           0 kB
Mapped:          25044 kB
Slab:            52840 kB
Committed_AS:   532080 kB
PageTables:       1572 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= 66308 MiB
End job on node22 at 2009-07-15 23:44:20