Trace number 2082682

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 7.94379 8.02211

DiagnosticValue
ASSIGNMENTS1473

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-8.xml
MD5SUMaff89a3c376f9d649716b708df99d09e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.324949
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size153
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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.02	c Seed is 1401176706
0.00/0.02	c Constructing HOME/instance-2082682-1247721451.xml  with 5015 constraints
0.03/0.09	c Solving 1473 backtracks 9 restarts
7.91/8.02	s SATISFIABLE
7.91/8.02	c V0=0, V1=1, V2=11, V3=12, V4=17, V5=16, V6=77, V7=78, V8=83, V9=82, V10=27, V11=28, V12=34, V13=33, V14=40, V15=41, V16=86, V17=85, V18=95, V19=96, V20=139, V21=109, V22=145, V23=146, V24=155, V25=154, V26=169, V27=170, V28=175, V29=174, V30=50, V31=51, V32=61, V33=60, V34=65, V35=77, V36=97, V37=98, V38=107, V39=106, V40=115, V41=114, V42=126, V43=127, V44=137, V45=138, V46=151, V47=150, V48=161, V49=162, V50=6, V51=5, V52=11, V53=47, V54=53, V55=78, V56=109, V57=108, V58=115, V59=116, V60=60, V61=59, V62=69, V63=96, V64=105, V65=78, V66=117, V67=118, V68=142, V69=143, V70=36, V71=49, V72=86, V73=87, V74=90, V75=89, V76=120, V77=121, V78=131, V79=130, V80=90, V81=89, V82=111, V83=110, V84=125, V85=124, V86=143, V87=144, V88=151, V89=150, V90=7, V91=8, V92=18, V93=17, V94=26, V95=27, V96=64, V97=63, V98=67, V99=68, 
7.91/8.02	v 0 1 11 12 17 16 77 78 83 82 27 28 34 33 40 41 86 85 95 96 139 109 145 146 155 154 169 170 175 174 50 51 61 60 65 77 97 98 107 106 115 114 126 127 137 138 151 150 161 162 6 5 11 47 53 78 109 108 115 116 60 59 69 96 105 78 117 118 142 143 36 49 86 87 90 89 120 121 131 130 90 89 111 110 125 124 143 144 151 150 7 8 18 17 26 27 64 63 67 68 
7.91/8.02	d ASSIGNMENTS 1473

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-2082682-1247721451/watcher-2082682-1247721451 -o /tmp/evaluation-result-2082682-1247721451/solver-2082682-1247721451 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1401176706 HOME/instance-2082682-1247721451.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 16522
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=18576 CPUtime=0
/proc/16522/stat : 16522 (runsolver) R 16520 16522 15802 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59212002 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16522/statm: 4644 284 249 26 0 2626 0

[startup+0.0490831 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16522
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=5224 CPUtime=0.03
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 969 661 0 0 3 0 0 0 23 0 1 0 59212002 5349376 600 996147200 134512640 135215973 4294956304 18446744073709551615 134841094 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 1306 600 388 171 0 231 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5224

[startup+0.102089 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16522
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=7000 CPUtime=0.08
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 1480 661 0 0 8 0 0 0 23 0 1 0 59212002 7168000 995 996147200 134512640 135215973 4294956304 18446744073709551615 134957885 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 1750 995 404 171 0 675 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7000

[startup+0.302117 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16522
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=8420 CPUtime=0.28
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 1975 661 0 0 28 0 0 0 25 0 1 0 59212002 8622080 1332 996147200 134512640 135215973 4294956304 18446744073709551615 134982863 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2105 1332 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.702172 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16522
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=9780 CPUtime=0.67
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2368 661 0 0 67 0 0 0 25 0 1 0 59212002 10014720 1516 996147200 134512640 135215973 4294956304 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2445 1516 408 171 0 1370 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9780

[startup+1.50128 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1370072/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=10036 CPUtime=1.47
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2415 661 0 0 147 0 0 0 25 0 1 0 59212002 10276864 1563 996147200 134512640 135215973 4294956304 18446744073709551615 134532902 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2509 1563 408 171 0 1434 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10036

[startup+3.10149 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1369560/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=10264 CPUtime=3.05
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2516 661 0 0 305 0 0 0 25 0 1 0 59212002 10510336 1664 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2566 1664 408 171 0 1491 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10264

[startup+6.30191 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1368344/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=11520 CPUtime=6.23
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2837 661 0 0 622 1 0 0 25 0 1 0 59212002 11796480 1952 996147200 134512640 135215973 4294956304 18446744073709551615 4158960138 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2880 1952 408 171 0 1805 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11520

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

[startup+7.10202 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1367832/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=11912 CPUtime=7.02
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2938 661 0 0 701 1 0 0 25 0 1 0 59212002 12197888 2053 996147200 134512640 135215973 4294956304 18446744073709551615 4158960272 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2978 2053 408 171 0 1903 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 11912

[startup+7.50107 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1367832/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=11912 CPUtime=7.42
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2962 661 0 0 741 1 0 0 25 0 1 0 59212002 12197888 2077 996147200 134512640 135215973 4294956304 18446744073709551615 134600006 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 2978 2077 408 171 0 1903 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 11912

[startup+7.90112 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1367384/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=12028 CPUtime=7.81
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 2978 661 0 0 780 1 0 0 25 0 1 0 59212002 12316672 2093 996147200 134512640 135215973 4294956304 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 3007 2093 408 171 0 1932 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 12028

[startup+8.00114 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16527
/proc/meminfo: memFree=1367384/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=12160 CPUtime=7.91
/proc/16522/stat : 16522 (pcs.big) R 16520 16522 15802 0 -1 4194304 3014 661 0 0 790 1 0 0 25 0 1 0 59212002 12451840 2129 996147200 134512640 135215973 4294956304 18446744073709551615 134590315 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 3040 2129 408 171 0 1965 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 12160

Child status: 0
Real time (s): 8.02211
CPU time (s): 7.94379
CPU user time (s): 7.92579
CPU system time (s): 0.017997
CPU usage (%): 99.0237
Max. virtual memory (cumulated for all children) (KiB): 12160

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

runsolver used 0.015997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 07:17:31
IDJOB=2082682
IDBENCH=57617
IDSOLVER=734
FILE ID=node13/2082682-1247721451
PBS_JOBID= 9521447
Free space on /tmp= 66308 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-8.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082682-1247721451/watcher-2082682-1247721451 -o /tmp/evaluation-result-2082682-1247721451/solver-2082682-1247721451 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1401176706 HOME/instance-2082682-1247721451.xml

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

MD5SUM BENCH= aff89a3c376f9d649716b708df99d09e
RANDOM SEED=1401176706

node13.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.241
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.241
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:       1375168 kB
Buffers:         84068 kB
Cached:         363440 kB
SwapCached:          0 kB
Active:         321568 kB
Inactive:       276888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1375168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:         162456 kB
Slab:            67216 kB
Committed_AS:   641780 kB
PageTables:       2128 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 node13 at 2009-07-16 07:17:39