Trace number 2082671

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 2.92955 2.95745

DiagnosticValue
ASSIGNMENTS799

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-7.xml
MD5SUM3d212b518200a202089f2dda1551e6b0
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.227964
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size149
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.17/0.21	c Seed is 957491947
0.17/0.21	c Constructing HOME/instance-2082671-1247721447.xml  with 5015 constraints
0.17/0.21	c Solving 799 backtracks 8 restarts
2.86/2.95	s SATISFIABLE
2.86/2.95	c V0=44, V1=45, V2=76, V3=77, V4=123, V5=143, V6=151, V7=131, V8=175, V9=160, V10=49, V11=43, V12=67, V13=84, V14=97, V15=98, V16=107, V17=106, V18=120, V19=160, V20=19, V21=0, V22=30, V23=29, V24=69, V25=70, V26=85, V27=84, V28=91, V29=92, V30=8, V31=7, V32=24, V33=25, V34=131, V35=132, V36=144, V37=143, V38=149, V39=150, V40=7, V41=0, V42=18, V43=43, V44=57, V45=56, V46=69, V47=70, V48=80, V49=81, V50=12, V51=0, V52=36, V53=37, V54=107, V55=106, V56=123, V57=124, V58=134, V59=160, V60=0, V61=1, V62=8, V63=7, V64=18, V65=19, V66=31, V67=30, V68=37, V69=38, V70=25, V71=0, V72=40, V73=47, V74=85, V75=84, V76=97, V77=98, V78=110, V79=103, V80=30, V81=29, V82=37, V83=36, V84=47, V85=48, V86=58, V87=57, V88=72, V89=102, V90=0, V91=1, V92=19, V93=20, V94=31, V95=30, V96=47, V97=48, V98=58, V99=57, 
2.86/2.95	v 44 45 76 77 123 143 151 131 175 160 49 43 67 84 97 98 107 106 120 160 19 0 30 29 69 70 85 84 91 92 8 7 24 25 131 132 144 143 149 150 7 0 18 43 57 56 69 70 80 81 12 0 36 37 107 106 123 124 134 160 0 1 8 7 18 19 31 30 37 38 25 0 40 47 85 84 97 98 110 103 30 29 37 36 47 48 58 57 72 102 0 1 19 20 31 30 47 48 58 57 
2.86/2.95	d ASSIGNMENTS 799

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-2082671-1247721447/watcher-2082671-1247721447 -o /tmp/evaluation-result-2082671-1247721447/solver-2082671-1247721447 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 957491947 HOME/instance-2082671-1247721447.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.94 1.98 2.01 4/81 18660
/proc/meminfo: memFree=1606256/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=18576 CPUtime=0
/proc/18660/stat : 18660 (runsolver) R 18658 18660 16245 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59208888 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18660/statm: 4644 284 249 26 0 2626 0

[startup+0.064107 s]
/proc/loadavg: 1.94 1.98 2.01 4/81 18660
/proc/meminfo: memFree=1606256/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=5520 CPUtime=0.04
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 1029 661 0 0 4 0 0 0 18 0 1 0 59208888 5652480 660 996147200 134512640 135215973 4294956304 18446744073709551615 134763491 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 1380 660 388 171 0 305 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5520

[startup+0.102129 s]
/proc/loadavg: 1.94 1.98 2.01 4/81 18660
/proc/meminfo: memFree=1606256/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=7032 CPUtime=0.07
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 1481 661 0 0 7 0 0 0 18 0 1 0 59208888 7200768 996 996147200 134512640 135215973 4294956304 18446744073709551615 134591951 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 1758 996 404 171 0 683 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7032

[startup+0.301154 s]
/proc/loadavg: 1.94 1.98 2.01 4/81 18660
/proc/meminfo: memFree=1606256/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=8420 CPUtime=0.28
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 1993 661 0 0 27 1 0 0 19 0 1 0 59208888 8622080 1350 996147200 134512640 135215973 4294956304 18446744073709551615 134908160 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2105 1350 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701228 s]
/proc/loadavg: 1.94 1.98 2.01 4/81 18660
/proc/meminfo: memFree=1606256/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=9760 CPUtime=0.68
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 2368 661 0 0 67 1 0 0 23 0 1 0 59208888 9994240 1516 996147200 134512640 135215973 4294956304 18446744073709551615 134590106 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2440 1516 408 171 0 1365 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9760

[startup+1.50138 s]
/proc/loadavg: 1.95 1.98 2.01 3/82 18665
/proc/meminfo: memFree=1601640/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=9988 CPUtime=1.47
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 2438 661 0 0 146 1 0 0 25 0 1 0 59208888 10227712 1586 996147200 134512640 135215973 4294956304 18446744073709551615 134591100 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2497 1586 408 171 0 1422 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9988

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

[startup+2.30153 s]
/proc/loadavg: 1.95 1.98 2.01 3/82 18665
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=10104 CPUtime=2.26
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 2480 661 0 0 225 1 0 0 25 0 1 0 59208888 10346496 1628 996147200 134512640 135215973 4294956304 18446744073709551615 134583622 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2526 1628 408 171 0 1451 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10104

[startup+2.70161 s]
/proc/loadavg: 1.95 1.98 2.01 3/82 18665
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=10268 CPUtime=2.66
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 2515 661 0 0 265 1 0 0 25 0 1 0 59208888 10514432 1663 996147200 134512640 135215973 4294956304 18446744073709551615 134533002 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2567 1663 408 171 0 1492 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 10268

[startup+2.90164 s]
/proc/loadavg: 1.95 1.98 2.01 3/82 18665
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=18660] ppid=18658 vsize=10268 CPUtime=2.86
/proc/18660/stat : 18660 (pcs.big) R 18658 18660 16245 0 -1 4194304 2529 661 0 0 285 1 0 0 25 0 1 0 59208888 10514432 1677 996147200 134512640 135215973 4294956304 18446744073709551615 134648323 0 0 4096 0 0 0 0 17 1 0 0
/proc/18660/statm: 2567 1677 408 171 0 1492 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 10268

Child status: 0
Real time (s): 2.95745
CPU time (s): 2.92955
CPU user time (s): 2.91156
CPU system time (s): 0.017997
CPU usage (%): 99.0568
Max. virtual memory (cumulated for all children) (KiB): 10268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.91156
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= 3205
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= 18
involuntary context switches= 131

runsolver used 0.007998 second user time and 0.010998 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 07:17:27
IDJOB=2082671
IDBENCH=57616
IDSOLVER=734
FILE ID=node37/2082671-1247721447
PBS_JOBID= 9521386
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 3d212b518200a202089f2dda1551e6b0
RANDOM SEED=957491947

node37.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.260
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.260
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:       1606736 kB
Buffers:         74500 kB
Cached:         255572 kB
SwapCached:          0 kB
Active:          73452 kB
Inactive:       291496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:          55280 kB
Slab:            69504 kB
Committed_AS:   594456 kB
PageTables:       1860 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= 66396 MiB
End job on node37 at 2009-07-16 07:17:30