Trace number 2057183

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 36.7054 36.8506

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/lard/
normalized-lard-90-90.xml
MD5SUM0f684d9f34d64adafc4625b528ae43df
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 benchmark14.0459
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Maximum constraint arity2
Maximum domain size91
Number of constraints which are defined in extension4005
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.27	c has big domains
0.12/0.27	c big-domain mode
0.26/0.30	c Seed is 105224116
0.26/0.30	c Constructing HOME/instance-2057183-1247694216.xml  with 8055 constraints
36.64/36.82	c Solving 0 backtracks
36.64/36.84	s SATISFIABLE
36.64/36.84	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, V87=1, V88=1, V89=1, 
36.64/36.84	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 1 1 1 
36.64/36.84	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-2057183-1247694216/watcher-2057183-1247694216 -o /tmp/evaluation-result-2057183-1247694216/solver-2057183-1247694216 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 105224116 HOME/instance-2057183-1247694216.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 15558
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=5356 CPUtime=0
/proc/15558/stat : 15558 (pcssolve) S 15556 15558 15492 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56486735 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15558/statm: 1339 242 201 169 0 50 0
[pid=15559] ppid=15558 vsize=0 CPUtime=0
/proc/15559/stat : 15559 (pcssolve) R 15558 15558 15492 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 56486735 0 0 996147200 0 0 0 18446744073709551615 221954764071 0 0 4096 0 0 0 0 17 1 0 0
/proc/15559/statm: 0 0 0 0 0 0 0
[pid=15560] ppid=15558 vsize=200 CPUtime=0
/proc/15560/stat : 15560 (grep) D 15558 15558 15492 0 -1 4194304 46 0 0 0 0 0 0 0 20 0 1 0 56486735 204800 24 996147200 4194304 4274172 548682069040 18446744073709551615 221952144777 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15560/statm: 50 24 17 19 0 4 0

[startup+0.032401 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 15558
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=5356 CPUtime=0
/proc/15558/stat : 15558 (pcssolve) S 15556 15558 15492 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56486735 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15558/statm: 1339 242 201 169 0 50 0
[pid=15559] ppid=15558 vsize=3676 CPUtime=0.01
/proc/15559/stat : 15559 (fgrep) R 15558 15558 15492 0 -1 4194304 148 0 0 0 1 0 0 0 18 0 1 0 56486735 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 221954932818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15559/statm: 919 115 87 19 0 43 0
[pid=15560] ppid=15558 vsize=3676 CPUtime=0
/proc/15560/stat : 15560 (grep) S 15558 15558 15492 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 56486735 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 221954932818 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/15560/statm: 919 121 99 19 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12708

[startup+0.101406 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 15558
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=5356 CPUtime=0
/proc/15558/stat : 15558 (pcssolve) S 15556 15558 15492 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 56486735 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15558/statm: 1339 242 201 169 0 50 0
[pid=15559] ppid=15558 vsize=3676 CPUtime=0.09
/proc/15559/stat : 15559 (fgrep) R 15558 15558 15492 0 -1 4194304 148 0 0 0 7 2 0 0 18 0 1 0 56486735 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 221954932818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15559/statm: 919 115 87 19 0 43 0
[pid=15560] ppid=15558 vsize=3676 CPUtime=0
/proc/15560/stat : 15560 (grep) S 15558 15558 15492 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 56486735 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 221954932818 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/15560/statm: 919 121 99 19 0 43 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12708

[startup+0.301426 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 15558
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=4336 CPUtime=0.26
/proc/15558/stat : 15558 (pcs.big) D 15556 15558 15492 0 -1 4194304 414 660 0 0 0 0 18 8 17 0 1 0 56486735 4440064 59 996147200 134512640 135215973 4294956304 18446744073709551615 1979300 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15558/statm: 1084 59 43 171 0 13 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 4336

[startup+0.701465 s]
/proc/loadavg: 0.15 0.03 0.01 3/67 15558
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=7012 CPUtime=0.64
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 952 660 0 0 38 0 18 8 19 0 1 0 56486735 7180288 583 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 1753 583 372 171 0 678 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 7012

[startup+1.50153 s]
/proc/loadavg: 0.15 0.03 0.01 2/68 15595
/proc/meminfo: memFree=924032/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=11712 CPUtime=1.45
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 1121 660 0 0 118 1 18 8 25 0 1 0 56486735 11993088 752 996147200 134512640 135215973 4294956304 18446744073709551615 2444925 0 0 4096 0 0 0 0 17 1 0 0
/proc/15558/statm: 2928 752 372 171 0 1853 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 11712

[startup+3.10168 s]
/proc/loadavg: 0.15 0.03 0.01 2/68 15595
/proc/meminfo: memFree=923136/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=20832 CPUtime=3.04
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 1450 660 0 0 277 1 18 8 25 0 1 0 56486735 21331968 1081 996147200 134512640 135215973 4294956304 18446744073709551615 2444934 0 0 4096 0 0 0 0 17 1 0 0
/proc/15558/statm: 5208 1081 372 171 0 4133 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 20832

[startup+6.30196 s]
/proc/loadavg: 0.22 0.05 0.02 2/68 15595
/proc/meminfo: memFree=920512/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=38928 CPUtime=6.24
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 2096 660 0 0 596 2 18 8 25 0 1 0 56486735 39862272 1727 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15558/statm: 9732 1727 372 171 0 8657 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 38928

[startup+12.7015 s]
/proc/loadavg: 0.28 0.06 0.02 3/73 15610
/proc/meminfo: memFree=904152/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=74692 CPUtime=12.63
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 3360 660 0 0 1233 4 18 8 25 0 1 0 56486735 76484608 2991 996147200 134512640 135215973 4294956304 18446744073709551615 134837554 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 18673 2991 372 171 0 17598 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 74692

[startup+25.5017 s]
/proc/loadavg: 0.66 0.16 0.05 3/73 15610
/proc/meminfo: memFree=884192/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=144648 CPUtime=25.38
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 5867 660 0 0 2504 8 18 8 25 0 1 0 56486735 148119552 5498 996147200 134512640 135215973 4294956304 18446744073709551615 134694922 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 36162 5498 372 171 0 35087 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 144648

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

[startup+31.9053 s]
/proc/loadavg: 0.77 0.19 0.06 3/73 15610
/proc/meminfo: memFree=874848/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=178128 CPUtime=31.76
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 7064 660 0 0 3141 9 18 8 25 0 1 0 56486735 182403072 6695 996147200 134512640 135215973 4294956304 18446744073709551615 134590112 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 44532 6695 372 171 0 43457 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 178128

[startup+35.1016 s]
/proc/loadavg: 0.87 0.22 0.07 3/73 15610
/proc/meminfo: memFree=870176/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=194652 CPUtime=34.94
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 7656 660 0 0 3458 10 18 8 25 0 1 0 56486735 199323648 7287 996147200 134512640 135215973 4294956304 18446744073709551615 2444934 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 48663 7287 372 171 0 47588 0
Current children cumulated CPU time (s) 34.94
Current children cumulated vsize (KiB) 194652

[startup+35.9016 s]
/proc/loadavg: 0.87 0.22 0.07 3/73 15610
/proc/meminfo: memFree=870176/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=198784 CPUtime=35.74
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 7798 660 0 0 3537 11 18 8 25 0 1 0 56486735 203554816 7429 996147200 134512640 135215973 4294956304 18446744073709551615 2444934 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 49696 7429 372 171 0 48621 0
Current children cumulated CPU time (s) 35.74
Current children cumulated vsize (KiB) 198784

[startup+36.3067 s]
/proc/loadavg: 0.87 0.22 0.07 3/73 15610
/proc/meminfo: memFree=868704/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=200920 CPUtime=36.14
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 7873 660 0 0 3577 11 18 8 25 0 1 0 56486735 205742080 7504 996147200 134512640 135215973 4294956304 18446744073709551615 2444894 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 50230 7504 372 171 0 49155 0
Current children cumulated CPU time (s) 36.14
Current children cumulated vsize (KiB) 200920

[startup+36.7017 s]
/proc/loadavg: 0.87 0.22 0.07 3/73 15610
/proc/meminfo: memFree=868704/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=203064 CPUtime=36.53
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 8005 660 0 0 3616 11 18 8 25 0 1 0 56486735 207937536 7636 996147200 134512640 135215973 4294956304 18446744073709551615 4159189571 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 50766 7636 377 171 0 49691 0
Current children cumulated CPU time (s) 36.53
Current children cumulated vsize (KiB) 203064

[startup+36.8017 s]
/proc/loadavg: 0.87 0.22 0.07 3/73 15610
/proc/meminfo: memFree=868704/2055920 swapFree=4192812/4192956
[pid=15558] ppid=15556 vsize=205496 CPUtime=36.64
/proc/15558/stat : 15558 (pcs.big) R 15556 15558 15492 0 -1 4194304 8597 660 0 0 3626 12 18 8 25 0 1 0 56486735 210427904 8228 996147200 134512640 135215973 4294956304 18446744073709551615 2409796 0 0 4096 0 0 0 0 17 0 0 0
/proc/15558/statm: 51374 8228 384 171 0 50299 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 205496

Child status: 0
Real time (s): 36.8506
CPU time (s): 36.7054
CPU user time (s): 36.4875
CPU system time (s): 0.217966
CPU usage (%): 99.6061
Max. virtual memory (cumulated for all children) (KiB): 205496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4875
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9267
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= 33
involuntary context switches= 409

runsolver used 0.028995 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-15 23:43:48
IDJOB=2057183
IDBENCH=53342
IDSOLVER=733
FILE ID=node43/2057183-1247694216
PBS_JOBID= 9521224
Free space on /tmp= 66108 MiB

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

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

MD5SUM BENCH= 0f684d9f34d64adafc4625b528ae43df
RANDOM SEED=105224116

node43.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.213
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	: 5931.00
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.213
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:        928184 kB
Buffers:        100244 kB
Cached:         906836 kB
SwapCached:          0 kB
Active:         349528 kB
Inactive:       672804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        928184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           92412 kB
Writeback:           0 kB
Mapped:          25056 kB
Slab:            91116 kB
Committed_AS:   498496 kB
PageTables:       1668 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= 66104 MiB
End job on node43 at 2009-07-15 23:44:25