Trace number 2082769

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 42.4565 42.8636

DiagnosticValue
ASSIGNMENTS7046

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-5.xml
MD5SUMa7bc94a7eea6cc78eabccfd072808961
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 benchmark2.37664
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size136
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.10	c Seed is 1003755338
0.00/0.10	c Constructing HOME/instance-2082769-1247721559.xml  with 5015 constraints
0.00/0.10	c Solving 7046 backtracks 13 restarts
42.37/42.86	s SATISFIABLE
42.37/42.86	c V0=91, V1=90, V2=97, V3=98, V4=101, V5=100, V6=114, V7=115, V8=122, V9=123, V10=4, V11=3, V12=19, V13=20, V14=25, V15=24, V16=46, V17=47, V18=63, V19=64, V20=36, V21=37, V22=47, V23=46, V24=55, V25=56, V26=79, V27=80, V28=86, V29=85, V30=15, V31=16, V32=27, V33=26, V34=37, V35=38, V36=53, V37=52, V38=75, V39=76, V40=59, V41=60, V42=71, V43=70, V44=80, V45=92, V46=104, V47=105, V48=108, V49=107, V50=106, V51=28, V52=114, V53=115, V54=124, V55=123, V56=137, V57=138, V58=145, V59=146, V60=102, V61=132, V62=136, V63=137, V64=140, V65=139, V66=154, V67=155, V68=158, V69=157, V70=71, V71=70, V72=75, V73=106, V74=110, V75=89, V76=122, V77=123, V78=133, V79=132, V80=4, V81=5, V82=9, V83=8, V84=13, V85=14, V86=47, V87=48, V88=55, V89=54, V90=37, V91=36, V92=62, V93=63, V94=66, V95=65, V96=87, V97=86, V98=95, V99=96, 
42.37/42.86	v 91 90 97 98 101 100 114 115 122 123 4 3 19 20 25 24 46 47 63 64 36 37 47 46 55 56 79 80 86 85 15 16 27 26 37 38 53 52 75 76 59 60 71 70 80 92 104 105 108 107 106 28 114 115 124 123 137 138 145 146 102 132 136 137 140 139 154 155 158 157 71 70 75 106 110 89 122 123 133 132 4 5 9 8 13 14 47 48 55 54 37 36 62 63 66 65 87 86 95 96 
42.37/42.86	d ASSIGNMENTS 7046

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-2082769-1247721559/watcher-2082769-1247721559 -o /tmp/evaluation-result-2082769-1247721559/solver-2082769-1247721559 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1003755338 HOME/instance-2082769-1247721559.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.19 2.07 2.01 4/81 7775
/proc/meminfo: memFree=1203288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=18576 CPUtime=0
/proc/7775/stat : 7775 (runsolver) R 7773 7775 5643 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59222287 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7775/statm: 4644 284 249 26 0 2626 0

[startup+0.237461 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 7775
/proc/meminfo: memFree=1203288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=9664 CPUtime=0.21
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2357 661 0 0 20 1 0 0 19 0 1 0 59222287 9895936 1505 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2416 1505 408 171 0 1341 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9664

[startup+0.30247 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 7775
/proc/meminfo: memFree=1203288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=9664 CPUtime=0.27
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2379 661 0 0 26 1 0 0 19 0 1 0 59222287 9895936 1527 996147200 134512640 135215973 4294956304 18446744073709551615 134982869 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2416 1527 408 171 0 1341 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9664

[startup+0.402478 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 7775
/proc/meminfo: memFree=1203288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=9664 CPUtime=0.37
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2383 661 0 0 36 1 0 0 20 0 1 0 59222287 9895936 1531 996147200 134512640 135215973 4294956304 18446744073709551615 134593969 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2416 1531 408 171 0 1341 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9664

[startup+0.701505 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 7775
/proc/meminfo: memFree=1203288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=9776 CPUtime=0.67
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2397 661 0 0 66 1 0 0 23 0 1 0 59222287 10010624 1545 996147200 134512640 135215973 4294956304 18446744073709551615 134593986 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2444 1545 408 171 0 1369 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9776

[startup+1.50258 s]
/proc/loadavg: 2.19 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1198608/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=9888 CPUtime=1.46
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2430 661 0 0 145 1 0 0 25 0 1 0 59222287 10125312 1578 996147200 134512640 135215973 4294956304 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2472 1578 408 171 0 1397 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9888

[startup+3.10173 s]
/proc/loadavg: 2.26 2.08 2.02 3/82 7780
/proc/meminfo: memFree=1198288/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=10180 CPUtime=3.05
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2500 661 0 0 304 1 0 0 25 0 1 0 59222287 10424320 1648 996147200 134512640 135215973 4294956304 18446744073709551615 134587658 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2545 1648 408 171 0 1470 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10180

[startup+6.30201 s]
/proc/loadavg: 2.26 2.08 2.02 3/82 7780
/proc/meminfo: memFree=1197392/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=11304 CPUtime=6.22
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 2794 661 0 0 621 1 0 0 25 0 1 0 59222287 11575296 1909 996147200 134512640 135215973 4294956304 18446744073709551615 134957654 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 2826 1909 408 171 0 1751 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11304

[startup+12.7016 s]
/proc/loadavg: 2.22 2.08 2.02 3/82 7780
/proc/meminfo: memFree=1194320/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=14000 CPUtime=12.55
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 3562 661 0 0 1253 2 0 0 25 0 1 0 59222287 14336000 2612 996147200 134512640 135215973 4294956304 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 3500 2612 408 171 0 2425 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 14000

[startup+25.5068 s]
/proc/loadavg: 2.18 2.08 2.01 3/82 7780
/proc/meminfo: memFree=1189520/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=18948 CPUtime=25.24
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 4940 661 0 0 2520 4 0 0 25 0 1 0 59222287 19402752 3796 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 4737 3796 408 171 0 3662 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 18948

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

[startup+25.7018 s]
/proc/loadavg: 2.18 2.08 2.01 3/82 7780
/proc/meminfo: memFree=1189520/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=18948 CPUtime=25.43
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 4949 661 0 0 2539 4 0 0 25 0 1 0 59222287 19402752 3805 996147200 134512640 135215973 4294956304 18446744073709551615 135097509 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 4737 3805 408 171 0 3662 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 18948

[startup+32.1064 s]
/proc/loadavg: 2.15 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1186192/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=21816 CPUtime=31.79
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 5694 661 0 0 3174 5 0 0 25 0 1 0 59222287 22339584 4293 996147200 134512640 135215973 4294956304 18446744073709551615 134982814 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 5454 4293 408 171 0 4379 0
Current children cumulated CPU time (s) 31.79
Current children cumulated vsize (KiB) 21816

[startup+38.5019 s]
/proc/loadavg: 2.14 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1184336/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=23900 CPUtime=38.12
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6224 661 0 0 3807 5 0 0 25 0 1 0 59222287 24473600 4823 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 5975 4823 408 171 0 4900 0
Current children cumulated CPU time (s) 38.12
Current children cumulated vsize (KiB) 23900

[startup+40.1011 s]
/proc/loadavg: 2.14 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1183568/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=24376 CPUtime=39.7
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6358 661 0 0 3965 5 0 0 25 0 1 0 59222287 24961024 4957 996147200 134512640 135215973 4294956304 18446744073709551615 134908206 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 6094 4957 408 171 0 5019 0
Current children cumulated CPU time (s) 39.7
Current children cumulated vsize (KiB) 24376

[startup+41.7012 s]
/proc/loadavg: 2.14 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1183248/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=25000 CPUtime=41.29
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6491 661 0 0 4124 5 0 0 25 0 1 0 59222287 25600000 5090 996147200 134512640 135215973 4294956304 18446744073709551615 134533377 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 6250 5090 408 171 0 5175 0
Current children cumulated CPU time (s) 41.29
Current children cumulated vsize (KiB) 25000

[startup+42.5013 s]
/proc/loadavg: 2.13 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1182928/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=25112 CPUtime=42.08
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6531 661 0 0 4203 5 0 0 25 0 1 0 59222287 25714688 5130 996147200 134512640 135215973 4294956304 18446744073709551615 134583375 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 6278 5130 408 171 0 5203 0
Current children cumulated CPU time (s) 42.08
Current children cumulated vsize (KiB) 25112

[startup+42.7013 s]
/proc/loadavg: 2.13 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1182928/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=25112 CPUtime=42.28
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6544 661 0 0 4223 5 0 0 25 0 1 0 59222287 25714688 5143 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 6278 5143 408 171 0 5203 0
Current children cumulated CPU time (s) 42.28
Current children cumulated vsize (KiB) 25112

[startup+42.8013 s]
/proc/loadavg: 2.13 2.07 2.01 3/82 7780
/proc/meminfo: memFree=1182928/2055920 swapFree=4192812/4192956
[pid=7775] ppid=7773 vsize=25244 CPUtime=42.37
/proc/7775/stat : 7775 (pcs.big) R 7773 7775 5643 0 -1 4194304 6568 661 0 0 4232 5 0 0 25 0 1 0 59222287 25849856 5167 996147200 134512640 135215973 4294956304 18446744073709551615 4158961435 0 0 4096 0 0 0 0 17 1 0 0
/proc/7775/statm: 6311 5167 408 171 0 5236 0
Current children cumulated CPU time (s) 42.37
Current children cumulated vsize (KiB) 25244

Child status: 0
Real time (s): 42.8636
CPU time (s): 42.4565
CPU user time (s): 42.3886
CPU system time (s): 0.067989
CPU usage (%): 99.0504
Max. virtual memory (cumulated for all children) (KiB): 25244

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

runsolver used 0.053991 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-16 07:19:19
IDJOB=2082769
IDBENCH=57635
IDSOLVER=733
FILE ID=node25/2082769-1247721559
PBS_JOBID= 9521476
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082769-1247721559/watcher-2082769-1247721559 -o /tmp/evaluation-result-2082769-1247721559/solver-2082769-1247721559 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1003755338 HOME/instance-2082769-1247721559.xml

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

MD5SUM BENCH= a7bc94a7eea6cc78eabccfd072808961
RANDOM SEED=1003755338

node25.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.231
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.231
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:       1203768 kB
Buffers:         84648 kB
Cached:         482336 kB
SwapCached:          0 kB
Active:         294432 kB
Inactive:       481188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:         229052 kB
Slab:            61180 kB
Committed_AS:   699904 kB
PageTables:       2332 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= 66312 MiB
End job on node25 at 2009-07-16 07:20:02