Trace number 2082770

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 3.73943 3.77987

DiagnosticValue
ASSIGNMENTS678

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.02	c Seed is 221037124
0.00/0.02	c Constructing HOME/instance-2082770-1247721561.xml  with 5015 constraints
0.00/0.09	c Solving 678 backtracks 7 restarts
3.65/3.77	s SATISFIABLE
3.65/3.77	c V0=8, V1=26, V2=60, V3=59, V4=63, V5=64, V6=74, V7=76, V8=83, V9=81, V10=30, V11=28, V12=42, V13=55, V14=105, V15=104, V16=117, V17=118, V18=124, V19=125, V20=13, V21=17, V22=28, V23=29, V24=43, V25=42, V26=77, V27=65, V28=93, V29=95, V30=53, V31=55, V32=74, V33=70, V34=89, V35=88, V36=104, V37=107, V38=136, V39=138, V40=32, V41=23, V42=44, V43=43, V44=54, V45=53, V46=63, V47=64, V48=67, V49=68, V50=5, V51=4, V52=14, V53=17, V54=29, V55=28, V56=47, V57=48, V58=55, V59=54, V60=0, V61=1, V62=5, V63=4, V64=8, V65=9, V66=25, V67=24, V68=36, V69=28, V70=0, V71=11, V72=90, V73=99, V74=131, V75=129, V76=144, V77=145, V78=157, V79=156, V80=37, V81=7, V82=53, V83=60, V84=118, V85=117, V86=129, V87=130, V88=148, V89=149, V90=43, V91=44, V92=66, V93=71, V94=74, V95=73, V96=88, V97=91, V98=104, V99=107, 
3.65/3.77	v 8 26 60 59 63 64 74 76 83 81 30 28 42 55 105 104 117 118 124 125 13 17 28 29 43 42 77 65 93 95 53 55 74 70 89 88 104 107 136 138 32 23 44 43 54 53 63 64 67 68 5 4 14 17 29 28 47 48 55 54 0 1 5 4 8 9 25 24 36 28 0 11 90 99 131 129 144 145 157 156 37 7 53 60 118 117 129 130 148 149 43 44 66 71 74 73 88 91 104 107 
3.65/3.77	d ASSIGNMENTS 678

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-2082770-1247721561/watcher-2082770-1247721561 -o /tmp/evaluation-result-2082770-1247721561/solver-2082770-1247721561 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 221037124 HOME/instance-2082770-1247721561.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.07 2.02 2.00 4/82 18190
/proc/meminfo: memFree=1272960/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=5356 CPUtime=0
/proc/18190/stat : 18190 (pcssolve) R 18188 18190 16340 0 -1 4194304 290 0 0 0 0 0 0 0 23 0 1 0 59221869 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18190/statm: 1339 241 200 169 0 50 0
[pid=18191] ppid=18190 vsize=3676 CPUtime=0
/proc/18191/stat : 18191 (fgrep) R 18190 18190 16340 0 -1 4194304 122 0 0 0 0 0 0 0 24 0 1 0 59221870 3764224 89 996147200 4194304 4274172 548682068976 18446744073709551615 228774295104 0 0 4096 0 0 0 0 17 1 0 0
/proc/18191/statm: 919 89 71 19 0 43 0
[pid=18192] ppid=18190 vsize=5356 CPUtime=0
/proc/18192/stat : 18192 (pcssolve) R 18190 18190 16340 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 59221870 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18192/statm: 1339 241 200 169 0 50 0

[startup+0.103339 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 18190
/proc/meminfo: memFree=1272960/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=7000 CPUtime=0.08
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 1479 661 0 0 8 0 0 0 25 0 1 0 59221869 7168000 994 996147200 134512640 135215973 4294956304 18446744073709551615 134585697 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 1750 994 404 171 0 675 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7000

[startup+0.201352 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 18190
/proc/meminfo: memFree=1272960/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=8420 CPUtime=0.18
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 1976 661 0 0 17 1 0 0 25 0 1 0 59221869 8622080 1333 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2105 1333 408 171 0 1030 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8420

[startup+0.301367 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 18190
/proc/meminfo: memFree=1272960/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=9648 CPUtime=0.28
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2325 661 0 0 27 1 0 0 25 0 1 0 59221869 9879552 1473 996147200 134512640 135215973 4294956304 18446744073709551615 134976707 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2412 1473 408 171 0 1337 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9648

[startup+0.70141 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 18190
/proc/meminfo: memFree=1272960/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=9764 CPUtime=0.68
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2347 661 0 0 67 1 0 0 25 0 1 0 59221869 9998336 1495 996147200 134512640 135215973 4294956304 18446744073709551615 134583387 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2441 1495 408 171 0 1366 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9764

[startup+1.50151 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18195
/proc/meminfo: memFree=1268408/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=9884 CPUtime=1.47
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2392 661 0 0 146 1 0 0 25 0 1 0 59221869 10121216 1540 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2471 1540 408 171 0 1396 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9884

[startup+3.10169 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18195
/proc/meminfo: memFree=1267896/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=10120 CPUtime=3.06
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2489 661 0 0 305 1 0 0 25 0 1 0 59221869 10362880 1637 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2530 1637 408 171 0 1455 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10120

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

[startup+3.2017 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18195
/proc/meminfo: memFree=1267896/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=10120 CPUtime=3.16
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2495 661 0 0 315 1 0 0 25 0 1 0 59221869 10362880 1643 996147200 134512640 135215973 4294956304 18446744073709551615 134590491 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2530 1643 408 171 0 1455 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 10120

[startup+3.60175 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18195
/proc/meminfo: memFree=1267704/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=10232 CPUtime=3.55
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2511 661 0 0 354 1 0 0 25 0 1 0 59221869 10477568 1659 996147200 134512640 135215973 4294956304 18446744073709551615 134599994 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2558 1659 408 171 0 1483 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10232

[startup+3.70176 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18195
/proc/meminfo: memFree=1267704/2055920 swapFree=4192812/4192956
[pid=18190] ppid=18188 vsize=10232 CPUtime=3.65
/proc/18190/stat : 18190 (pcs.big) R 18188 18190 16340 0 -1 4194304 2512 661 0 0 364 1 0 0 25 0 1 0 59221869 10477568 1660 996147200 134512640 135215973 4294956304 18446744073709551615 4158960587 0 0 4096 0 0 0 0 17 1 0 0
/proc/18190/statm: 2558 1660 408 171 0 1483 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 10232

Child status: 0
Real time (s): 3.77987
CPU time (s): 3.73943
CPU user time (s): 3.72043
CPU system time (s): 0.018997
CPU usage (%): 98.9302
Max. virtual memory (cumulated for all children) (KiB): 10232

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

runsolver used 0.003999 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-16 07:19:21
IDJOB=2082770
IDBENCH=57635
IDSOLVER=734
FILE ID=node74/2082770-1247721561
PBS_JOBID= 9521410
Free space on /tmp= 103012 MiB

SOLVER NAME= pcs-restart 0.2.restart
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-2082770-1247721561/watcher-2082770-1247721561 -o /tmp/evaluation-result-2082770-1247721561/solver-2082770-1247721561 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 221037124 HOME/instance-2082770-1247721561.xml

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

MD5SUM BENCH= a7bc94a7eea6cc78eabccfd072808961
RANDOM SEED=221037124

node74.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.234
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.234
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:       1273440 kB
Buffers:         72636 kB
Cached:         393436 kB
SwapCached:          0 kB
Active:         309276 kB
Inactive:       401336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:         264892 kB
Slab:            56372 kB
Committed_AS:   891776 kB
PageTables:       2348 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103012 MiB
End job on node74 at 2009-07-16 07:19:25