Trace number 2082726

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 16.8534 17.0122

DiagnosticValue
ASSIGNMENTS3902

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-10.xml
MD5SUM849189d0fe44cbb9e5489df72ee9e464
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.894863
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size122
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.19	c Seed is 247618306
0.00/0.19	c Constructing HOME/instance-2082726-1247721530.xml  with 5015 constraints
0.00/0.19	c Solving 3902 backtracks 11 restarts
16.83/17.01	s SATISFIABLE
16.83/17.01	c V0=10, V1=30, V2=52, V3=29, V4=94, V5=93, V6=119, V7=105, V8=139, V9=140, V10=0, V11=1, V12=12, V13=13, V14=20, V15=21, V16=59, V17=62, V18=86, V19=79, V20=0, V21=1, V22=5, V23=6, V24=11, V25=9, V26=20, V27=27, V28=37, V29=95, V30=52, V31=68, V32=78, V33=80, V34=125, V35=124, V36=140, V37=141, V38=144, V39=143, V40=28, V41=27, V42=37, V43=40, V44=53, V45=50, V46=70, V47=89, V48=131, V49=106, V50=5, V51=40, V52=49, V53=16, V54=68, V55=69, V56=115, V57=114, V58=126, V59=127, V60=5, V61=4, V62=14, V63=18, V64=32, V65=31, V66=92, V67=65, V68=100, V69=126, V70=21, V71=18, V72=72, V73=35, V74=104, V75=105, V76=113, V77=125, V78=133, V79=132, V80=14, V81=73, V82=78, V83=89, V84=113, V85=112, V86=135, V87=138, V88=143, V89=140, V90=19, V91=25, V92=42, V93=59, V94=81, V95=80, V96=93, V97=113, V98=129, V99=109, 
16.83/17.01	v 10 30 52 29 94 93 119 105 139 140 0 1 12 13 20 21 59 62 86 79 0 1 5 6 11 9 20 27 37 95 52 68 78 80 125 124 140 141 144 143 28 27 37 40 53 50 70 89 131 106 5 40 49 16 68 69 115 114 126 127 5 4 14 18 32 31 92 65 100 126 21 18 72 35 104 105 113 125 133 132 14 73 78 89 113 112 135 138 143 140 19 25 42 59 81 80 93 113 129 109 
16.83/17.01	d ASSIGNMENTS 3902

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-2082726-1247721530/watcher-2082726-1247721530 -o /tmp/evaluation-result-2082726-1247721530/solver-2082726-1247721530 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 247618306 HOME/instance-2082726-1247721530.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.95 2.01 1.99 4/72 16503
/proc/meminfo: memFree=1559600/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=18576 CPUtime=0
/proc/16503/stat : 16503 (runsolver) R 16501 16503 14306 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58844682 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16503/statm: 4644 284 249 26 0 2626 0

[startup+0.218564 s]
/proc/loadavg: 1.95 2.01 1.99 4/72 16503
/proc/meminfo: memFree=1559600/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=9648 CPUtime=0.19
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2324 661 0 0 18 1 0 0 19 0 1 0 58844682 9879552 1472 996147200 134512640 135215973 4294956304 18446744073709551615 134585081 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2412 1472 408 171 0 1337 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9648

[startup+0.301568 s]
/proc/loadavg: 1.95 2.01 1.99 4/72 16503
/proc/meminfo: memFree=1559600/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=9648 CPUtime=0.28
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2335 661 0 0 27 1 0 0 19 0 1 0 58844682 9879552 1483 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2412 1483 408 171 0 1337 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9648

[startup+0.401577 s]
/proc/loadavg: 1.95 2.01 1.99 4/72 16503
/proc/meminfo: memFree=1559600/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=9648 CPUtime=0.38
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2338 661 0 0 37 1 0 0 20 0 1 0 58844682 9879552 1486 996147200 134512640 135215973 4294956304 18446744073709551615 134609894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2412 1486 408 171 0 1337 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9648

[startup+0.701603 s]
/proc/loadavg: 1.95 2.01 1.99 4/72 16503
/proc/meminfo: memFree=1559600/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=9760 CPUtime=0.68
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2352 661 0 0 67 1 0 0 23 0 1 0 58844682 9994240 1500 996147200 134512640 135215973 4294956304 18446744073709551615 134597311 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2440 1500 408 171 0 1365 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9760

[startup+1.50167 s]
/proc/loadavg: 1.95 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=9916 CPUtime=1.47
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2398 661 0 0 146 1 0 0 25 0 1 0 58844682 10153984 1546 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2479 1546 408 171 0 1404 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9916

[startup+3.10182 s]
/proc/loadavg: 1.95 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1553640/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=10328 CPUtime=3.06
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2498 661 0 0 305 1 0 0 25 0 1 0 58844682 10575872 1646 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2582 1646 408 171 0 1507 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10328

[startup+6.3011 s]
/proc/loadavg: 1.95 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1551272/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=11560 CPUtime=6.23
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 2830 661 0 0 621 2 0 0 25 0 1 0 58844682 11837440 1945 996147200 134512640 135215973 4294956304 18446744073709551615 135094344 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 2890 1945 408 171 0 1815 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11560

[startup+12.7017 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1545832/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=14816 CPUtime=12.56
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 3672 661 0 0 1254 2 0 0 25 0 1 0 58844682 15171584 2657 996147200 134512640 135215973 4294956304 18446744073709551615 135094589 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3704 2657 408 171 0 2629 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 14816

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

[startup+12.9017 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1545832/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=14816 CPUtime=12.76
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 3673 661 0 0 1274 2 0 0 25 0 1 0 58844682 15171584 2658 996147200 134512640 135215973 4294956304 18446744073709551615 134590418 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3704 2658 408 171 0 2629 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 14816

[startup+14.5068 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1543976/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=15188 CPUtime=14.35
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 3803 661 0 0 1433 2 0 0 25 0 1 0 58844682 15552512 2788 996147200 134512640 135215973 4294956304 18446744073709551615 134958580 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3797 2788 408 171 0 2722 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 15188

[startup+16.102 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1542952/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=15696 CPUtime=15.93
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 3941 661 0 0 1591 2 0 0 25 0 1 0 58844682 16072704 2926 996147200 134512640 135215973 4294956304 18446744073709551615 134583409 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3924 2926 408 171 0 2849 0
Current children cumulated CPU time (s) 15.93
Current children cumulated vsize (KiB) 15696

[startup+16.502 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1542952/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=15828 CPUtime=16.33
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 3968 661 0 0 1631 2 0 0 25 0 1 0 58844682 16207872 2953 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3957 2953 408 171 0 2882 0
Current children cumulated CPU time (s) 16.33
Current children cumulated vsize (KiB) 15828

[startup+16.901 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1542312/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=16076 CPUtime=16.73
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 4037 661 0 0 1670 3 0 0 25 0 1 0 58844682 16461824 3022 996147200 134512640 135215973 4294956304 18446744073709551615 135097542 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 4019 3022 408 171 0 2944 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 16076

[startup+17.0011 s]
/proc/loadavg: 1.96 2.01 1.99 3/73 16508
/proc/meminfo: memFree=1542312/2055920 swapFree=4192812/4192956
[pid=16503] ppid=16501 vsize=15560 CPUtime=16.83
/proc/16503/stat : 16503 (pcs.big) R 16501 16503 14306 0 -1 4194304 4072 661 0 0 1680 3 0 0 25 0 1 0 58844682 15933440 2987 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16503/statm: 3890 2987 408 171 0 2815 0
Current children cumulated CPU time (s) 16.83
Current children cumulated vsize (KiB) 15560

Child status: 0
Real time (s): 17.0122
CPU time (s): 16.8534
CPU user time (s): 16.8144
CPU system time (s): 0.038994
CPU usage (%): 99.0667
Max. virtual memory (cumulated for all children) (KiB): 16076

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

runsolver used 0.029995 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-16 07:18:50
IDJOB=2082726
IDBENCH=57627
IDSOLVER=734
FILE ID=node41/2082726-1247721530
PBS_JOBID= 9521473
Free space on /tmp= 65796 MiB

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

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

MD5SUM BENCH= 849189d0fe44cbb9e5489df72ee9e464
RANDOM SEED=247618306

node41.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.212
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.212
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:       1560080 kB
Buffers:         77392 kB
Cached:         305856 kB
SwapCached:          0 kB
Active:         104520 kB
Inactive:       305156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          38008 kB
Slab:            71748 kB
Committed_AS:   467852 kB
PageTables:       1692 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= 65792 MiB
End job on node41 at 2009-07-16 07:19:07